Skip to content

Commit 46b6a2d

Browse files
committed
Fix Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1458632 13f79535-47bb-0310-9956-ffa450edef68
1 parent 35b707a commit 46b6a2d

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
@@ -70,7 +70,7 @@ public class CSVFormat implements Serializable {
7070
* <ul>
7171
* <li>withDelimiter(',')</li>
7272
* <li>withQuoteChar('"')</li>
73-
* <li>withEmptyLinesIgnored(true)</li>
73+
* <li>withIgnoreEmptyLines(true)</li>
7474
* <li>withLineSeparator(CRLF)</li>
7575
* </ul>
7676
*/

0 commit comments

Comments
 (0)