git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1466223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-04-09 20:43:29 +00:00
parent f57afe607e
commit a7e4484db9
1 changed files with 2 additions and 1 deletions

View File

@ -588,7 +588,8 @@ public class CSVFormat implements Serializable {
* <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