Skip to content

Commit

Permalink
Javadoc: Use a paragraph instead of a line break
Browse files Browse the repository at this point in the history
garydgregory committed Jan 23, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 1e23a12 commit 660a967
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -68,9 +68,11 @@ public void testEncodingSupport() throws IOException, ImagingException {
}

/**
* 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

0 comments on commit 660a967

Please sign in to comment.