Replace tabs with spaces

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1934 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Tom Morris 2010-11-27 01:38:32 +00:00
parent bc8637f638
commit 3d6458a0e5
2 changed files with 107 additions and 106 deletions

View File

@ -54,7 +54,8 @@ abstract public class Criterion {
public boolean reverse;
public void initializeFromJSON(Project project, JSONObject obj) throws JSONException {
public void initializeFromJSON(Project project, JSONObject obj)
throws JSONException {
if (obj.has("column") && !obj.isNull("column")) {
columnName = obj.getString("column");