mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1738 - Refactor add final, Object.equals, Integer.compare
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ import java.io.IOException;
|
||||
|
||||
class CaseInsensitiveEqualExpression extends AbstractValueExpression {
|
||||
|
||||
private boolean not;
|
||||
private final boolean not;
|
||||
|
||||
CaseInsensitiveEqualExpression(String propertyName, Object value, boolean not) {
|
||||
super(propertyName, value);
|
||||
|
||||
Reference in New Issue
Block a user