Fixed minor bug that prevented column details from getting passed on to recon service.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@280 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
7526e07e6d
commit
e760750b57
@ -97,7 +97,7 @@ public class HeuristicReconConfig extends ReconConfig {
|
||||
this.typeID = typeID;
|
||||
this.typeName = typeName;
|
||||
this.autoMatch = autoMatch;
|
||||
this.columnDetails = new ArrayList<ColumnDetail>();
|
||||
this.columnDetails = columnDetails;
|
||||
}
|
||||
|
||||
public void write(JSONWriter writer, Properties options)
|
||||
|
Loading…
Reference in New Issue
Block a user