Browse Source

Fix `Sort` JavaDoc.

Original pull request #2825
pull/2838/head
Stefano Cordio 3 years ago committed by Jens Schauder
parent
commit
63fecdd06e
No known key found for this signature in database
GPG Key ID: 9537B67540F0A581
  1. 2
      src/main/java/org/springframework/data/domain/Sort.java

2
src/main/java/org/springframework/data/domain/Sort.java

@ -115,7 +115,7 @@ public class Sort implements Streamable<org.springframework.data.domain.Sort.Ord @@ -115,7 +115,7 @@ public class Sort implements Streamable<org.springframework.data.domain.Sort.Ord
}
/**
* Creates a new {@link Sort} for the given {@link Order}s.
* Creates a new {@link Sort} for the given {@link Direction} and properties.
*
* @param direction must not be {@literal null}.
* @param properties must not be {@literal null}.

Loading…
Cancel
Save