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:
parent
bc8637f638
commit
3d6458a0e5
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user