mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-24 21:07:26 +08:00
removed final
This commit is contained in:
parent
e782397b87
commit
0c4932662a
@ -263,7 +263,7 @@ SimpleProjectable<T> {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Q where(final Predicate... e) {
|
||||
public Q where(Predicate... e) {
|
||||
return queryMixin.where(e);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user