Remove redundant test

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2436 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Tom Morris 2012-01-27 20:38:55 +00:00
parent 40183aa0ba
commit 6414ae7f87

View File

@ -102,7 +102,7 @@ public class ExpressionUtils {
}
static public boolean isError(Object o) {
return o != null && o instanceof EvalError;
return o instanceof EvalError;
}
/*
static public boolean isBlank(Object o) {