You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/04/09 22:43:29 UTC

svn commit: r1466223 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

Author: ggregory
Date: Tue Apr  9 20:43:29 2013
New Revision: 1466223

URL: http://svn.apache.org/r1466223
Log:
Javadoc.

Modified:
    commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java?rev=1466223&r1=1466222&r2=1466223&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java (original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Tue Apr  9 20:43:29 2013
@@ -588,7 +588,8 @@ public class CSVFormat implements Serial
      *            <tt>true</tt> when the parser should skip empty lines
      * @param recordSeparator
      *            the line separator to use for output
-     * @param nullToString TODO
+     * @param nullToString 
+     *            the String to use to write <code>null</code> values.
      * @param header
      *            the header
      * @throws IllegalArgumentException if the delimiter is a line break character