Skip to content

Commit ff02d34

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

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
@@ -426,7 +426,7 @@ public static Order asc(String property) {
426426
}
427427

428428
/**
429-
* Creates a new {@link Order} instance. Takes a single property. Direction is {@link Direction#ASC} and
429+
* Creates a new {@link Order} instance. Takes a single property. Direction is {@link Direction#DESC} and
430430
* NullHandling {@link NullHandling#NATIVE}.
431431
*
432432
* @param property must not be {@literal null} or empty.

0 commit comments

Comments
 (0)