You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/03/20 06:03:17 UTC

svn commit: r1458632 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

Author: ggregory
Date: Wed Mar 20 05:03:17 2013
New Revision: 1458632

URL: http://svn.apache.org/r1458632
Log:
Fix Javadoc.

Modified:
    commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java?rev=1458632&r1=1458631&r2=1458632&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java (original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Wed Mar 20 05:03:17 2013
@@ -70,7 +70,7 @@ public class CSVFormat implements Serial
      * <ul>
      * <li>withDelimiter(',')</li>
      * <li>withQuoteChar('"')</li>
-     * <li>withEmptyLinesIgnored(true)</li>
+     * <li>withIgnoreEmptyLines(true)</li>
      * <li>withLineSeparator(CRLF)</li>
      * </ul>
      */