Skip to content

Commit 04522fb

Browse files
committed
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
1 parent 03fefe8 commit 04522fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static class CSVFormatBuilder {
9898
* @param nullToString TODO
9999
* @param header
100100
* the header
101-
* @param recordSeparator
101+
* @param lineSeparator
102102
* the line separator to use for output
103103
* @throws IllegalArgumentException if the delimiter is a line break character
104104
*/

0 commit comments

Comments
 (0)