Skip to content

Commit 58eedc0

Browse files
marchpigmp911de
authored andcommitted
DATACMNS-1557 - Fix typo in Sort Javadoc.
From `ASC` to `DESC`. Original pull request: #400.
1 parent 6f44e7d commit 58eedc0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public static Order asc(String property) {
465465
}
466466

467467
/**
468-
* Creates a new {@link Order} instance. Takes a single property. Direction is {@link Direction#ASC} and
468+
* Creates a new {@link Order} instance. Takes a single property. Direction is {@link Direction#DESC} and
469469
* NullHandling {@link NullHandling#NATIVE}.
470470
*
471471
* @param property must not be {@literal null} or empty.

0 commit comments

Comments
 (0)