DATACMNS-1114 - Updated Javadoc of Sort.and(…) to match nullability requirements.

This commit is contained in:
Oliver Gierke
2017-07-24 23:03:44 +02:00
parent 83410752ae
commit beebcf1f7c

View File

@@ -208,7 +208,7 @@ public class Sort implements Streamable<org.springframework.data.domain.Sort.Ord
* Returns a new {@link Sort} consisting of the {@link Order}s of the current {@link Sort} combined with the given
* ones.
*
* @param sort can be {@literal null}.
* @param sort must not be {@literal null}.
* @return
*/
public Sort and(Sort sort) {