3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 16:31:14 +02:00

Make this Javadoc checker happy

Dieser Commit ist enthalten in:
Camotoy 2021-11-30 11:27:39 -05:00
Ursprung d1f3032249
Commit 1ce3709c79
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F

Datei anzeigen

@ -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