HHH-15575 Make getter org.hibernate.criterion.SimpleExpression#getOp() public
This commit is contained in:
parent
a2555cfbae
commit
c6bfc29b42
|
@ -39,7 +39,7 @@ public class SimpleExpression implements Criterion {
|
|||
this.op = op;
|
||||
}
|
||||
|
||||
protected final String getOp() {
|
||||
public final String getOp() {
|
||||
return op;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue