made minor changes to docstring (#234)

This commit is contained in:
Rohan Bhargava 2019-11-26 23:57:18 -08:00 committed by Jan Høydahl
parent a5ab17db82
commit 76d9297c11
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public final class DocValuesFieldExistsQuery extends Query {
private final String field;
/** Create a query that will match that have a value for the given
/** Create a query that will match documents which have a value for the given
* {@code field}. */
public DocValuesFieldExistsQuery(String field) {
this.field = Objects.requireNonNull(field);