Provide test access to PRISTINE
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1305705 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aeef773ed6
commit
f921e77605
|
@ -56,7 +56,7 @@ public class CSVFormat implements Serializable {
|
|||
/**
|
||||
* Starting format with no settings defined; used for creating other formats from scratch.
|
||||
*/
|
||||
private static CSVFormat PRISTINE = new CSVFormat(DISABLED, DISABLED, DISABLED, DISABLED, false, false, null, null);
|
||||
static final CSVFormat PRISTINE = new CSVFormat(DISABLED, DISABLED, DISABLED, DISABLED, false, false, null, null);
|
||||
|
||||
/**
|
||||
* Standard comma separated format, as for {@link #RFC4180} but allowing blank lines.
|
||||
|
|
Loading…
Reference in New Issue