git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398185 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-15 03:29:23 +00:00
parent e6f2de0fa8
commit 26188064b0
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ public class CSVFormat implements Serializable {
* Standard comma separated format, as for {@link #RFC4180} but allowing blank lines.
* <ul>
* <li>withDelimiter(',')</li>
* <li>withEncapsulator('"')</li>
* <li>withQuoteChar('"')</li>
* <li>withEmptyLinesIgnored(true)</li>
* <li>withLineSeparator(CRLF)</li>
* </ul>
@ -76,7 +76,7 @@ public class CSVFormat implements Serializable {
* Comma separated format as defined by <a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a>.
* <ul>
* <li>withDelimiter(',')</li>
* <li>withEncapsulator('"')</li>
* <li>withQuoteChar('"')</li>
* <li>withLineSeparator(CRLF)</li>
* <li></li>
* </ul>