Use US English spelling of 'recognized'.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1510664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed72da2552
commit
258387e3ce
|
@ -472,7 +472,7 @@ public class CSVFormat implements Serializable {
|
|||
/**
|
||||
* 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 Serializable {
|
|||
/**
|
||||
* 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 Serializable {
|
|||
/**
|
||||
* 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
|
||||
|
|
Loading…
Reference in New Issue