DATACMNS-867 - Fixed type on Sort.isUnsorted().
This commit is contained in:
@@ -197,7 +197,7 @@ public class Sort implements Iterable<org.springframework.data.domain.Sort.Order
|
|||||||
return !orders.isEmpty();
|
return !orders.isEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isUnorted() {
|
public boolean isUnsorted() {
|
||||||
return !isSorted();
|
return !isSorted();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user