Skip to content

Commit 63fecdd

Browse files
scordioschauder
authored andcommitted
Fix Sort JavaDoc.
Original pull request #2825
1 parent 979e0f4 commit 63fecdd

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/springframework/data/domain

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public static Sort by(Order... orders) {
115115
}
116116

117117
/**
118-
* Creates a new {@link Sort} for the given {@link Order}s.
118+
* Creates a new {@link Sort} for the given {@link Direction} and properties.
119119
*
120120
* @param direction must not be {@literal null}.
121121
* @param properties must not be {@literal null}.

0 commit comments

Comments
 (0)