mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Make this Javadoc checker happy
This commit is contained in:
parent
d1f3032249
commit
1ce3709c79
1 changed files with 1 additions and 1 deletions
|
@ -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 mapper the mapper
|
||||
|
|
Loading…
Reference in a new issue