3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-16 21:10:30 +01:00

Fix Javadoc typo

Dieser Commit ist enthalten in:
Andrew Steinborn 2021-05-11 03:25:03 -04:00
Ursprung 3d459bcc28
Commit 1d867fce1c

Datei anzeigen

@ -12,7 +12,7 @@ import com.google.common.base.Strings;
import net.kyori.adventure.key.Key;
/**
* Reperesents a legacy channel identifier (for Minecraft 1.12 and below) paired with a namespaced
* Represents a legacy channel identifier (for Minecraft 1.12 and below) paired with a namespaced
* key for 1.13 and above. This class is immutable and safe for multi-threaded use.
*/
public final class PairedPluginChannelId implements PluginChannelId {