use the explicit scoping
This commit is contained in:
parent
986881b10f
commit
12c5839600
@ -2,11 +2,11 @@ package com.google.refine.importers.tree;
|
|||||||
|
|
||||||
|
|
||||||
public class ImportParameters {
|
public class ImportParameters {
|
||||||
boolean trimStrings;
|
protected boolean trimStrings;
|
||||||
boolean storeEmptyStrings;
|
protected boolean storeEmptyStrings;
|
||||||
boolean guessDataType;
|
protected boolean guessDataType;
|
||||||
boolean includeFileSources;
|
protected boolean includeFileSources;
|
||||||
String fileSource;
|
protected String fileSource;
|
||||||
|
|
||||||
public ImportParameters(boolean trimStrings, boolean storeEmptyStrings, boolean guessCellValueTypes,
|
public ImportParameters(boolean trimStrings, boolean storeEmptyStrings, boolean guessCellValueTypes,
|
||||||
boolean includeFileSources, String fileSource) {
|
boolean includeFileSources, String fileSource) {
|
||||||
|
Loading…
Reference in New Issue
Block a user