You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/05/07 01:24:08 UTC

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

Author: sebb
Date: Mon May  6 23:24:07 2013
New Revision: 1479719

URL: http://svn.apache.org/r1479719
Log:
Typo

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=1479719&r1=1479718&r2=1479719&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 Mon May  6 23:24:07 2013
@@ -818,9 +818,9 @@ public class CSVFormat implements Serial
     }
 
     /**
-     * Returns whether an quoteChar has been defined.
+     * Returns whether a quoteChar has been defined.
      *
-     * @return {@code true} if an quoteChar is defined
+     * @return {@code true} if a quoteChar is defined
      */
     public boolean isQuoting() {
         return quoteChar != null;