mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-17 15:35:46 +00:00
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:
parent
73ec29f75f
commit
5a7138a1da
@ -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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user