Skip to content

Commit f921e77

Browse files
committed
Provide test access to PRISTINE
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1305705 13f79535-47bb-0310-9956-ffa450edef68
1 parent aeef773 commit f921e77

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
@@ -56,7 +56,7 @@ public class CSVFormat implements Serializable {
5656
/**
5757
* Starting format with no settings defined; used for creating other formats from scratch.
5858
*/
59-
private static CSVFormat PRISTINE = new CSVFormat(DISABLED, DISABLED, DISABLED, DISABLED, false, false, null, null);
59+
static final CSVFormat PRISTINE = new CSVFormat(DISABLED, DISABLED, DISABLED, DISABLED, false, false, null, null);
6060

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

0 commit comments

Comments
 (0)