diff --git a/lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/core/config/AbstractQueryConfig.java b/lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/core/config/AbstractQueryConfig.java index d9d4c989da8..c3110b8eaf8 100644 --- a/lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/core/config/AbstractQueryConfig.java +++ b/lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/core/config/AbstractQueryConfig.java @@ -22,8 +22,8 @@ import java.util.HashMap; * This class is the base of {@link QueryConfigHandler} and {@link FieldConfig}. It has operations * to set, unset and get configuration values. * - *
Each configuration is is a key->value pair. The key should be an unique {@link - * ConfigurationKey} instance and it also holds the value's type. + *
Each configuration is a key->value pair. The key should be a unique {@link + * ConfigurationKey} instance, and it also holds the value's type. * * @see ConfigurationKey */