mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-24 21:07:26 +08:00
added Nullable annotation
This commit is contained in:
parent
0c4932662a
commit
d0d6ff88f2
@ -225,6 +225,7 @@ SimpleProjectable<T> {
|
||||
return queryMixin.set(param, value);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
private T oneResult(boolean unique) {
|
||||
try {
|
||||
int maxDoc = maxDoc();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user