Skip to content

Commit 2618806

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398185 13f79535-47bb-0310-9956-ffa450edef68
1 parent e6f2de0 commit 2618806

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class CSVFormat implements Serializable {
6060
* Standard comma separated format, as for {@link #RFC4180} but allowing blank lines.
6161
* <ul>
6262
* <li>withDelimiter(',')</li>
63-
* <li>withEncapsulator('"')</li>
63+
* <li>withQuoteChar('"')</li>
6464
* <li>withEmptyLinesIgnored(true)</li>
6565
* <li>withLineSeparator(CRLF)</li>
6666
* </ul>
@@ -76,7 +76,7 @@ public class CSVFormat implements Serializable {
7676
* Comma separated format as defined by <a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a>.
7777
* <ul>
7878
* <li>withDelimiter(',')</li>
79-
* <li>withEncapsulator('"')</li>
79+
* <li>withQuoteChar('"')</li>
8080
* <li>withLineSeparator(CRLF)</li>
8181
* <li></li>
8282
* </ul>

0 commit comments

Comments
 (0)