mirror of https://github.com/apache/lucene.git
Fix typo in AbstractQueryConfig javadocs (#12031)
This commit is contained in:
parent
5c78e04a17
commit
ad22fb2879
|
@ -22,8 +22,8 @@ import java.util.HashMap;
|
||||||
* This class is the base of {@link QueryConfigHandler} and {@link FieldConfig}. It has operations
|
* This class is the base of {@link QueryConfigHandler} and {@link FieldConfig}. It has operations
|
||||||
* to set, unset and get configuration values.
|
* to set, unset and get configuration values.
|
||||||
*
|
*
|
||||||
* <p>Each configuration is is a key->value pair. The key should be an unique {@link
|
* <p>Each configuration is a key->value pair. The key should be a unique {@link
|
||||||
* ConfigurationKey} instance and it also holds the value's type.
|
* ConfigurationKey} instance, and it also holds the value's type.
|
||||||
*
|
*
|
||||||
* @see ConfigurationKey
|
* @see ConfigurationKey
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue