Internal refactor / tidy - Suggestions from intellij code analysis. (#1209)

This commit is contained in:
Koen De Groote
2017-11-14 18:19:38 +13:00
committed by Rob Bygrave
parent 0056568bc7
commit f1ebe7929b
29 changed files with 66 additions and 59 deletions
@@ -49,7 +49,7 @@ public class SimpleExpression extends AbstractValueExpression {
}
public boolean isOpEquals() {
return Op.EQ.equals(type);
return Op.EQ == type;
}
public Object getValue() {