Typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398370 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7d8c7f17ff
commit
91058bb95f
|
@ -42,7 +42,7 @@ public enum Quote {
|
|||
|
||||
/**
|
||||
* Never quotes fields. When the delimiter occurs in data, it is preceded by the current escape character. If the
|
||||
* escape character is not set, printing will thrown an exception if any characters that require escaping are
|
||||
* escape character is not set, printing will throw an exception if any characters that require escaping are
|
||||
* encountered.
|
||||
*/
|
||||
NONE
|
||||
|
|
Loading…
Reference in New Issue