Fix typo in AbstractQueryConfig javadocs (#12031)

This commit is contained in:
twosom 2022-12-22 21:57:29 +09:00 committed by GitHub
parent 5c78e04a17
commit ad22fb2879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*
* <p>Each configuration is is a key-&gt;value pair. The key should be an unique {@link
* ConfigurationKey} instance and it also holds the value's type.
* <p>Each configuration is a key-&gt;value pair. The key should be a unique {@link
* ConfigurationKey} instance, and it also holds the value's type.
*
* @see ConfigurationKey
*/