Fix checkstyle error

This commit is contained in:
Andrew Steinborn
2020-02-17 20:35:28 -05:00
parent 8ae7945b9f
commit c63bd4cd02

View File

@@ -19,8 +19,8 @@ public class MinecraftDecoder extends MessageToMessageDecoder<ByteBuf> {
private static final boolean DEBUG = Boolean.getBoolean("velocity.packet-decode-logging");
private static final QuietException DECODE_FAILED =
new QuietException("A packet did not decode successfully (invalid data). If you are a " +
"developer, launch Velocity with -Dvelocity.packet-decode-logging=true to see more.");
new QuietException("A packet did not decode successfully (invalid data). If you are a "
+ "developer, launch Velocity with -Dvelocity.packet-decode-logging=true to see more.");
private final ProtocolUtils.Direction direction;
private StateRegistry state;