Skip to content

Commit 864e300

Browse files
committed
Javadoc
1 parent 6213812 commit 864e300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ private void doRandom(final CSVFormat format, final int iter) throws Exception {
157157
}
158158

159159
/**
160-
* Converts an input CSV array into expected output values WRT NULLs. NULL strings are converted to null values because the parser will convert these
161-
* strings to null.
160+
* Converts an input CSV array into expected output values, including NULLs. NULL strings are converted to null values because the parser will convert
161+
* these strings to null.
162162
*/
163163
private <T> T[] expectNulls(final T[] original, final CSVFormat csvFormat) {
164164
final T[] fixed = original.clone();

0 commit comments

Comments
 (0)