mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Internal refactor / tidy - Suggestions from intellij code analysis. (#1209)
This commit is contained in:
committed by
Rob Bygrave
parent
0056568bc7
commit
f1ebe7929b
@@ -49,7 +49,7 @@ public class SimpleExpression extends AbstractValueExpression {
|
||||
}
|
||||
|
||||
public boolean isOpEquals() {
|
||||
return Op.EQ.equals(type);
|
||||
return Op.EQ == type;
|
||||
}
|
||||
|
||||
public Object getValue() {
|
||||
|
||||
Reference in New Issue
Block a user