Skip to content

Commit 060fd48

Browse files
committed
Oops, forgot to use DISABLED char
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398561 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5c9b878 commit 060fd48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class CSVFormat implements Serializable {
6161
/**
6262
* Starting format; used for creating other formats.
6363
*/
64-
private static final CSVFormat PRISTINE = new CSVFormat(COMMA, null, null, null, null, false, false, null, null);
64+
private static final CSVFormat PRISTINE = new CSVFormat(DISABLED, null, null, null, null, false, false, null, null);
6565

6666
/**
6767
* Standard comma separated format, as for {@link #RFC4180} but allowing blank lines.

0 commit comments

Comments
 (0)