You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2024/01/20 15:50:07 UTC

(commons-imaging) branch master updated: Normalize end of comments

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 4f865623 Normalize end of comments
4f865623 is described below

commit 4f8656232194cbf95f546b3d1d8503f495bd3cfe
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 20 10:50:03 2024 -0500

    Normalize end of comments
---
 .../java/org/apache/commons/imaging/formats/bmp/BmpImageParserTest.java  | 1 -
 .../org/apache/commons/imaging/formats/jpeg/iptc/IptcParserTest.java     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/imaging/formats/bmp/BmpImageParserTest.java b/src/test/java/org/apache/commons/imaging/formats/bmp/BmpImageParserTest.java
index ce823bca..9873d8cf 100644
--- a/src/test/java/org/apache/commons/imaging/formats/bmp/BmpImageParserTest.java
+++ b/src/test/java/org/apache/commons/imaging/formats/bmp/BmpImageParserTest.java
@@ -29,7 +29,6 @@ import org.junit.jupiter.api.Test;
 
 /**
  * Tests for the {@link BmpImageParser}.
- *
  */
 public class BmpImageParserTest {
 
diff --git a/src/test/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcParserTest.java b/src/test/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcParserTest.java
index 95099dec..8eec676b 100644
--- a/src/test/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcParserTest.java
+++ b/src/test/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcParserTest.java
@@ -38,7 +38,6 @@ import org.junit.jupiter.api.Test;
 
 /**
  * Tests for the {#link {@link IptcParser} class.
- *
  */
 public class IptcParserTest {