Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 618a20f

Browse files
committed
Javadoc
Use HTML 'em' tag instead of 'i' tag
1 parent cbc8b6f commit 618a20f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/apache/commons/csv/CSVPrinterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ public void testPrintOnePositiveInteger() throws IOException {
15061506
* Test to target the use of {@link IOUtils#copy(java.io.Reader, Appendable)} which directly buffers the value from the Reader to the Appendable.
15071507
*
15081508
* <p>
1509-
* Requires the format to have no quote or escape character, value to be a {@link Reader Reader} and the output <i>MUST NOT</i> be a
1509+
* Requires the format to have no quote or escape character, value to be a {@link Reader Reader} and the output <em>MUST NOT</em> be a
15101510
* {@link Writer Writer} but some other Appendable.
15111511
* </p>
15121512
*
@@ -1527,7 +1527,7 @@ public void testPrintReaderWithoutQuoteToAppendable() throws IOException {
15271527
* Test to target the use of {@link IOUtils#copyLarge(java.io.Reader, Writer)} which directly buffers the value from the Reader to the Writer.
15281528
*
15291529
* <p>
1530-
* Requires the format to have no quote or escape character, value to be a {@link Reader Reader} and the output <i>MUST</i> be a
1530+
* Requires the format to have no quote or escape character, value to be a {@link Reader Reader} and the output <em>MUST</em> be a
15311531
* {@link Writer Writer}.
15321532
* </p>
15331533
*

0 commit comments

Comments
 (0)