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 660a967b Javadoc: Use a paragraph instead of a line break
660a967b is described below

commit 660a967b0776baf93b2fc2001a4a72b8975d47e4
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jan 23 10:47:00 2025 -0500

    Javadoc: Use a paragraph instead of a line break
---
 .../org/apache/commons/imaging/formats/jpeg/iptc/IptcParserTest.java  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 234d197a..0b7a7e79 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
@@ -68,9 +68,11 @@ public class IptcParserTest {
     }
 
     /**
-     * Tests the correct encoding when writing IptcRecords with method {@link 
IptcParser#writeIptcBlock(List, boolean)}. <br />
+     * Tests the correct encoding when writing IptcRecords with method {@link 
IptcParser#writeIptcBlock(List, boolean)}.
+     * <p>
      * The encoding has to be UTF-8, if either the parameter {@code 
forceUtf8Encoding} is set to true or if a value from the passed {@link 
IptcRecord} instances
      * cannot be represented in charset ISO-8859-1.
+     * </p>
      *
      * @param value     the value to test
      * @param forceUtf8 if UTF-8 encoding should be forced

Reply via email to