Make this Javadoc checker happy

This commit is contained in:
Camotoy 2021-11-30 11:27:39 -05:00
parent d1f3032249
commit 1ce3709c79
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public abstract class AbstractMappedRegistry<K, V, M extends Map<K, V>> extends
} }
/** /**
* Returns & maps the value by the given key if present. * Returns and maps the value by the given key if present.
* *
* @param key the key * @param key the key
* @param mapper the mapper * @param mapper the mapper