Update SortFieldList.java
The subexpressions between `||` are equal. Looks like this should be `getNullsLast()`.
This commit is contained in:
parent
4b210ff417
commit
b01c34f070
@ -95,7 +95,7 @@ class SortFieldList extends QueryPartList<SortField<?>> {
|
||||
final boolean nulls() {
|
||||
for (SortField<?> field : this)
|
||||
if (((SortFieldImpl<?>) field).getNullsFirst() ||
|
||||
((SortFieldImpl<?>) field).getNullsFirst())
|
||||
((SortFieldImpl<?>) field).getNullsLast())
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user