We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b0b3c commit ff02d34Copy full SHA for ff02d34
src/main/java/org/springframework/data/domain/Sort.java
@@ -426,7 +426,7 @@ public static Order asc(String property) {
426
}
427
428
/**
429
- * 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
430
* NullHandling {@link NullHandling#NATIVE}.
431
*
432
* @param property must not be {@literal null} or empty.
0 commit comments