Change JavaDoc to match actual parameter name

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1467666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-04-13 17:55:16 +00:00
parent 03fefe8c30
commit 04522fbf90
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class CSVFormat implements Serializable {
* @param nullToString TODO
* @param header
* the header
* @param recordSeparator
* @param lineSeparator
* the line separator to use for output
* @throws IllegalArgumentException if the delimiter is a line break character
*/