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/08/05 21:10:04 UTC

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

Author: ggregory
Date: Mon Aug  5 19:10:04 2013
New Revision: 1510664

URL: http://svn.apache.org/r1510664
Log:
Use US English spelling of 'recognized'.

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=1510664&r1=1510663&r2=1510664&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 Aug  5 19:10:04 2013
@@ -472,7 +472,7 @@ public class CSVFormat implements Serial
     /**
      * Specifies whether comments are supported by this format.
      *
-     * Note that the comment introducer character is only recognised at the start of a line.
+     * Note that the comment introducer character is only recognized at the start of a line.
      *
      * @return <tt>true</tt> is comments are supported, <tt>false</tt> otherwise
      */
@@ -587,7 +587,7 @@ public class CSVFormat implements Serial
     /**
      * Sets the comment start marker of the format to the specified character.
      *
-     * Note that the comment start character is only recognised at the start of a line.
+     * Note that the comment start character is only recognized at the start of a line.
      *
      * @param commentStart
      *            the comment start marker
@@ -602,7 +602,7 @@ public class CSVFormat implements Serial
     /**
      * Sets the comment start marker of the format to the specified character.
      *
-     * Note that the comment start character is only recognised at the start of a line.
+     * Note that the comment start character is only recognized at the start of a line.
      *
      * @param commentStart
      *            the comment start marker, use {@code null} to disable