Skip to content

Commit 8f8e9c6

Browse files
SPICYJOmp911de
authored andcommitted
Fix documentation typo in BasicQuery.
Closes #4169 Original pull request: #4170.
1 parent 092217e commit 8f8e9c6

File tree

1 file changed

+1
-1
lines changed
  • spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/query

1 file changed

+1
-1
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/query/BasicQuery.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public BasicQuery(@Nullable String query, @Nullable String fields) {
7373
*
7474
* @param queryObject must not be {@literal null}.
7575
* @param fieldsObject must not be {@literal null}.
76-
* @throws IllegalArgumentException when {@code sortObject} or {@code fieldsObject} is {@literal null}.
76+
* @throws IllegalArgumentException when {@code queryObject} or {@code fieldsObject} is {@literal null}.
7777
*/
7878
public BasicQuery(Document queryObject, Document fieldsObject) {
7979

0 commit comments

Comments
 (0)