parent
cbc8b6fe95
commit
618a20f777
|
@ -1506,7 +1506,7 @@ public class CSVPrinterTest {
|
||||||
* Test to target the use of {@link IOUtils#copy(java.io.Reader, Appendable)} which directly buffers the value from the Reader to the Appendable.
|
* Test to target the use of {@link IOUtils#copy(java.io.Reader, Appendable)} which directly buffers the value from the Reader to the Appendable.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* 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
|
* 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
|
||||||
* {@link Writer Writer} but some other Appendable.
|
* {@link Writer Writer} but some other Appendable.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
|
@ -1527,7 +1527,7 @@ public class CSVPrinterTest {
|
||||||
* Test to target the use of {@link IOUtils#copyLarge(java.io.Reader, Writer)} which directly buffers the value from the Reader to the Writer.
|
* Test to target the use of {@link IOUtils#copyLarge(java.io.Reader, Writer)} which directly buffers the value from the Reader to the Writer.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* 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
|
* 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
|
||||||
* {@link Writer Writer}.
|
* {@link Writer Writer}.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue