Skip to content

Commit defb756

Browse files
committed
Javadoc
1 parent 47faf72 commit defb756

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,8 +1506,8 @@ 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 java.io.Reader Reader} and the output <i>MUST NOT</i> be a
1510-
* {@link java.io.Writer Writer} but some other Appendable.
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
1510+
* {@link Writer Writer} but some other Appendable.
15111511
* </p>
15121512
*
15131513
* @throws IOException Not expected to happen
@@ -1527,8 +1527,8 @@ 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 java.io.Reader Reader} and the output <i>MUST</i> be a
1531-
* {@link java.io.Writer Writer}.
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
1531+
* {@link Writer Writer}.
15321532
* </p>
15331533
*
15341534
* @throws IOException Not expected to happen

0 commit comments

Comments
 (0)