You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/04/07 07:32:24 UTC

[GitHub] [commons-imaging] kinow commented on a change in pull request #72: IMAGING-251 support for TIFF floating-point formats

kinow commented on a change in pull request #72: IMAGING-251 support for TIFF floating-point formats
URL: https://github.com/apache/commons-imaging/pull/72#discussion_r404592789
 
 

 ##########
 File path: src/main/java/org/apache/commons/imaging/formats/tiff/datareaders/DataReaderTiled.java
 ##########
 @@ -115,7 +264,7 @@ private void interpretTile(final ImageBuilder imageBuilder, final byte[] bytes,
 
         // End of May 2012 changes
 
-        try (final BitInputStream bis = new BitInputStream(new ByteArrayInputStream(bytes), byteOrder)) {
+        try (BitInputStream bis = new BitInputStream(new ByteArrayInputStream(bytes), byteOrder)) {
 
 Review comment:
   Why did you have to remove the `final` here?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services