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:
parent
26188064b0
commit
ddfe9df74f
|
@ -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(' ');
|
||||
|
|
Loading…
Reference in New Issue