Remove redundant test
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2436 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
40183aa0ba
commit
6414ae7f87
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user