Fix Javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1458632 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-03-20 05:03:17 +00:00
parent 35b707a5fc
commit 46b6a2de4c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class CSVFormat implements Serializable {
* <ul>
* <li>withDelimiter(',')</li>
* <li>withQuoteChar('"')</li>
* <li>withEmptyLinesIgnored(true)</li>
* <li>withIgnoreEmptyLines(true)</li>
* <li>withLineSeparator(CRLF)</li>
* </ul>
*/