garydgregory commented on code in PR #335:
URL: https://github.com/apache/commons-imaging/pull/335#discussion_r1398044328
##########
src/test/java/org/apache/commons/imaging/formats/tiff/TiffJpegTest.java:
##########
@@ -51,6 +51,11 @@ public class TiffJpegTest extends TiffBaseTest {
"TestSampleArgb.tiff",
"TestJpegArgb.tiff",};
+ static final String[] testSet3 = {
+ "TestSampleRgb127x127.tiff",
+ "TestJpegRgb127x127.tiff",};
Review Comment:
Remove trailing comma.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]