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 aa84b53 Remove trailing whitepsace. aa84b53 is described below commit aa84b538d1c7f4fa5be1565ac18a29ff0d77345d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 15 11:15:08 2021 -0500 Remove trailing whitepsace. --- .../org/apache/commons/imaging/formats/jpeg/exif/ExifRewriteTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/imaging/formats/jpeg/exif/ExifRewriteTest.java b/src/test/java/org/apache/commons/imaging/formats/jpeg/exif/ExifRewriteTest.java index 09395ec..c4fe772 100644 --- a/src/test/java/org/apache/commons/imaging/formats/jpeg/exif/ExifRewriteTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/jpeg/exif/ExifRewriteTest.java @@ -296,7 +296,7 @@ public class ExifRewriteTest extends ExifBaseTest { assertEquals(oldDirectoryTypes, newDirectoryTypes); for (final Integer dirType : oldDirectoryTypes) { - + // Debug.debug("dirType", dirType);