git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398370 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-10-15 16:29:37 +00:00
parent 7d8c7f17ff
commit 91058bb95f
1 changed files with 1 additions and 1 deletions

View File

@ -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