We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f2de0 commit 2618806Copy full SHA for 2618806
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -60,7 +60,7 @@ public class CSVFormat implements Serializable {
60
* Standard comma separated format, as for {@link #RFC4180} but allowing blank lines.
61
* <ul>
62
* <li>withDelimiter(',')</li>
63
- * <li>withEncapsulator('"')</li>
+ * <li>withQuoteChar('"')</li>
64
* <li>withEmptyLinesIgnored(true)</li>
65
* <li>withLineSeparator(CRLF)</li>
66
* </ul>
@@ -76,7 +76,7 @@ public class CSVFormat implements Serializable {
76
* Comma separated format as defined by <a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a>.
77
78
79
80
81
* <li></li>
82
0 commit comments