Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit ddfe9df

Browse files
committed
Rename encapsulator to quote char.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398186 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2618806 commit ddfe9df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ public String toString() {
555555
}
556556
if (isQuoting()) {
557557
sb.append(' ');
558-
sb.append("Encapsulator=<").append(quoteChar).append('>');
558+
sb.append("QuoteChar=<").append(quoteChar).append('>');
559559
}
560560
if (isCommentingEnabled()) {
561561
sb.append(' ');

0 commit comments

Comments
 (0)