[ci skip] Fix internal javadoc

This commit is contained in:
Shane Freeder
2023-12-14 14:33:10 +00:00
parent e703e9d2b8
commit 79fe8c8005

View File

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