1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-21 15:59:32 +00:00

Make this Javadoc checker happy

This commit is contained in:
Camotoy
2021-11-30 11:27:39 -05:00
parent d1f3032249
commit 1ce3709c79

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