Skip to content

Commit d65d5a4

Browse files
committed
DATACMNS-867 - Fixed type on Sort.isUnsorted().
1 parent 58b2bde commit d65d5a4

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/springframework/data/domain

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/domain/Sort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public boolean isSorted() {
197197
return !orders.isEmpty();
198198
}
199199

200-
public boolean isUnorted() {
200+
public boolean isUnsorted() {
201201
return !isSorted();
202202
}
203203

0 commit comments

Comments
 (0)