gwlucastrig commented on a change in pull request #98:
URL: https://github.com/apache/commons-imaging/pull/98#discussion_r491751373



##########
File path: 
src/main/java/org/apache/commons/imaging/formats/tiff/TiffImageData.java
##########
@@ -140,8 +145,8 @@ public ImageDataReader getDataReader(final TiffDirectory 
directory,
     public abstract ImageDataReader getDataReader(TiffDirectory directory,
             PhotometricInterpreter photometricInterpreter, int bitsPerPixel,
             int[] bitsPerSample, int predictor, int samplesPerPixel, int width,
-            int height, int compression, ByteOrder byteOrder) throws 
IOException,
-            ImageReadException;
+      int height, int compression, int planarConfiguration,
+      ByteOrder byteOrder) throws IOException,            ImageReadException;

Review comment:
       Some of the spacing got accidentally modified when I edited file.  I 
thought I cleaned them all, but I missed this one. Sorry.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to