Fix Checkstyle issues

This commit is contained in:
Andrew Steinborn 2021-01-26 19:59:23 -05:00
parent 77656615bb
commit b982c5b6ed

View File

@ -12,7 +12,7 @@ public interface MinecraftPacket {
boolean handle(MinecraftSessionHandler handler);
default int expectedMaxLength(ByteBuf buf, ProtocolUtils.Direction direction, ProtocolVersion version) {
default int expectedMaxLength(ByteBuf buf, ProtocolUtils.Direction direction,ProtocolVersion version) {
return -1;
}