Rename encapsulator to quote char.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398186 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-15 03:30:45 +00:00
parent 26188064b0
commit ddfe9df74f
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ public class CSVFormat implements Serializable {
}
if (isQuoting()) {
sb.append(' ');
sb.append("Encapsulator=<").append(quoteChar).append('>');
sb.append("QuoteChar=<").append(quoteChar).append('>');
}
if (isCommentingEnabled()) {
sb.append(' ');