Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1466223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f57afe607e
commit
a7e4484db9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue