Fix documentation typo in BasicQuery.

Closes #4169
Original pull request: #4170.
This commit is contained in:
Seungwoo Jo
2022-09-19 00:06:34 +09:00
committed by Mark Paluch
parent 092217e425
commit 8f8e9c6585

View File

@@ -73,7 +73,7 @@ public class BasicQuery extends Query {
*
* @param queryObject must not be {@literal null}.
* @param fieldsObject must not be {@literal null}.
* @throws IllegalArgumentException when {@code sortObject} or {@code fieldsObject} is {@literal null}.
* @throws IllegalArgumentException when {@code queryObject} or {@code fieldsObject} is {@literal null}.
*/
public BasicQuery(Document queryObject, Document fieldsObject) {