3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-12-25 15:50:19 +01:00

[ci skip] Fix internal javadoc

Dieser Commit ist enthalten in:
Shane Freeder 2023-12-14 14:33:10 +00:00
Ursprung e703e9d2b8
Commit 79fe8c8005
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: A3F61EA5A085289C

Datei anzeigen

@ -33,7 +33,7 @@ import java.util.concurrent.CompletableFuture;
/** /**
* Session handler used to implement {@link VelocityRegisteredServer#ping(EventLoop, * Session handler used to implement {@link VelocityRegisteredServer#ping(EventLoop,
* ProtocolVersion)}. * com.velocitypowered.api.proxy.server.PingOptions)}.
*/ */
public class PingSessionHandler implements MinecraftSessionHandler { public class PingSessionHandler implements MinecraftSessionHandler {