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:
Sebastian Bazley 2012-03-27 01:31:33 +00:00
parent aeef773ed6
commit f921e77605
1 changed files with 1 additions and 1 deletions

View File

@ -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.