diff --git a/main/src/com/google/refine/importers/tree/ImportParameters.java b/main/src/com/google/refine/importers/tree/ImportParameters.java index 32a14125c..92f3ef656 100644 --- a/main/src/com/google/refine/importers/tree/ImportParameters.java +++ b/main/src/com/google/refine/importers/tree/ImportParameters.java @@ -2,11 +2,11 @@ package com.google.refine.importers.tree; public class ImportParameters { - boolean trimStrings; - boolean storeEmptyStrings; - boolean guessDataType; - boolean includeFileSources; - String fileSource; + protected boolean trimStrings; + protected boolean storeEmptyStrings; + protected boolean guessDataType; + protected boolean includeFileSources; + protected String fileSource; public ImportParameters(boolean trimStrings, boolean storeEmptyStrings, boolean guessCellValueTypes, boolean includeFileSources, String fileSource) {