DATACMNS-1557 - Fix typo in Sort Javadoc.

From `ASC` to `DESC`.

Original pull request: #400.
This commit is contained in:
Sangwoo Lee
2019-07-28 22:33:32 +09:00
committed by Mark Paluch
parent 88b0b3c924
commit ff02d34474

View File

@@ -426,7 +426,7 @@ public class Sort implements Streamable<org.springframework.data.domain.Sort.Ord
}
/**
* 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
* NullHandling {@link NullHandling#NATIVE}.
*
* @param property must not be {@literal null} or empty.