Skip to content

Commit a7e4484

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1466223 13f79535-47bb-0310-9956-ffa450edef68
1 parent f57afe6 commit a7e4484

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,8 @@ public static CSVFormatBuilder newBuilder(final CSVFormat format) {
588588
* <tt>true</tt> when the parser should skip empty lines
589589
* @param recordSeparator
590590
* the line separator to use for output
591-
* @param nullToString TODO
591+
* @param nullToString
592+
* the String to use to write <code>null</code> values.
592593
* @param header
593594
* the header
594595
* @throws IllegalArgumentException if the delimiter is a line break character

0 commit comments

Comments
 (0)