mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-12 21:15:41 +00:00
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…
x
Reference in New Issue
Block a user