Skip to content

Commit 8aa0259

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398180 13f79535-47bb-0310-9956-ffa450edef68
1 parent 70584f8 commit 8aa0259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/Quote.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public enum Quote {
2727
ALL,
2828

2929
/**
30-
* Quotes fields which contain special characters such as a delimiter, encapsulator or any of the characters in
30+
* Quotes fields which contain special characters such as a delimiter, quote character or any of the characters in
3131
* line separator.
3232
*/
3333
MINIMAL,

0 commit comments

Comments
 (0)