We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f44e7d commit 58eedc0Copy full SHA for 58eedc0
src/main/java/org/springframework/data/domain/Sort.java
@@ -465,7 +465,7 @@ public static Order asc(String property) {
465
}
466
467
/**
468
- * Creates a new {@link Order} instance. Takes a single property. Direction is {@link Direction#ASC} and
+ * Creates a new {@link Order} instance. Takes a single property. Direction is {@link Direction#DESC} and
469
* NullHandling {@link NullHandling#NATIVE}.
470
*
471
* @param property must not be {@literal null} or empty.
0 commit comments