Skip to content

Commit c6bfc29

Browse files
dreab8Sanne
authored andcommitted
HHH-15575 Make getter org.hibernate.criterion.SimpleExpression#getOp() public
1 parent a2555cf commit c6bfc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/criterion/SimpleExpression.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected SimpleExpression(String propertyName, Object value, String op, boolean
3939
this.op = op;
4040
}
4141

42-
protected final String getOp() {
42+
public final String getOp() {
4343
return op;
4444
}
4545

0 commit comments

Comments
 (0)