This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d329646 Make package-private class final
2d329646 is described below

commit 2d329646cf81914f1f0090bfb062663262fc168e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Nov 13 13:57:21 2023 -0500

    Make package-private class final
---
 .../commons/imaging/formats/tiff/datareaders/DataInterpreterJpeg.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/imaging/formats/tiff/datareaders/DataInterpreterJpeg.java
 
b/src/main/java/org/apache/commons/imaging/formats/tiff/datareaders/DataInterpreterJpeg.java
index 6e8386e2..a0ff3cc8 100644
--- 
a/src/main/java/org/apache/commons/imaging/formats/tiff/datareaders/DataInterpreterJpeg.java
+++ 
b/src/main/java/org/apache/commons/imaging/formats/tiff/datareaders/DataInterpreterJpeg.java
@@ -35,7 +35,7 @@ import org.apache.commons.imaging.formats.tiff.TiffField;
  * Provides logic for obtaining image data from a JPEG-encoded TIFF strip
  * or tile (the "block") from the source file.
  */
-class DataInterpreterJpeg {
+final class DataInterpreterJpeg {
 
     /**
      * Interpret the content of a TIFF strip or tile obtained from the

Reply via email to