Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398185 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e6f2de0fa8
commit
26188064b0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue