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,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
You can’t perform that action at this time.
0 commit comments