This repository was archived by the owner on Jun 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/test/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments