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:
David Huynh 2010-03-11 21:55:32 +00:00
parent 7526e07e6d
commit e760750b57

View File

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