Javadoc fix.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1399045 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-16 23:44:35 +00:00
parent 73ec29f75f
commit 5a7138a1da

View File

@ -85,7 +85,6 @@ public class CSVFormat implements Serializable {
* <li>withDelimiter(',')</li> * <li>withDelimiter(',')</li>
* <li>withQuoteChar('"')</li> * <li>withQuoteChar('"')</li>
* <li>withLineSeparator(CRLF)</li> * <li>withLineSeparator(CRLF)</li>
* <li></li>
* </ul> * </ul>
*/ */
public static final CSVFormat RFC4180 = public static final CSVFormat RFC4180 =