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
This commit is contained in:
parent
5c9b878dfd
commit
060fd48fe4
|
@ -61,7 +61,7 @@ public class CSVFormat implements Serializable {
|
|||
/**
|
||||
* Starting format; used for creating other formats.
|
||||
*/
|
||||
private static final CSVFormat PRISTINE = new CSVFormat(COMMA, null, null, null, null, false, false, null, null);
|
||||
private static final CSVFormat PRISTINE = new CSVFormat(DISABLED, null, null, null, null, false, false, null, null);
|
||||
|
||||
/**
|
||||
* Standard comma separated format, as for {@link #RFC4180} but allowing blank lines.
|
||||
|
|
Loading…
Reference in New Issue