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:
[email protected]


With regards,
Apache Git Services

Reply via email to