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:09:48 UTC

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

Author: ggregory
Date: Wed Mar 20 05:09:48 2013
New Revision: 1458635

URL: http://svn.apache.org/r1458635
Log:
Use the same wording in Javadoc as in the API name: "empty".

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=1458635&r1=1458634&r2=1458635&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:09:48 2013
@@ -66,7 +66,7 @@ public class CSVFormat implements Serial
             .build();
 
     /**
-     * Standard comma separated format, as for {@link #RFC4180} but allowing blank lines.
+     * Standard comma separated format, as for {@link #RFC4180} but allowing empty lines.
      * <ul>
      * <li>withDelimiter(',')</li>
      * <li>withQuoteChar('"')</li>