Fix formatting in a bunch of files.

This commit is contained in:
md_5
2015-02-14 18:36:58 +11:00
parent 2055c98ebe
commit 61cee2d27c
14 changed files with 63 additions and 52 deletions

View File

@@ -13,6 +13,7 @@ import net.md_5.bungee.protocol.DefinedPacket;
@EqualsAndHashCode(callSuper = false)
public class LegacyPing extends DefinedPacket
{
private final boolean v1_5;
@Override

View File

@@ -16,6 +16,7 @@ import net.md_5.bungee.protocol.ProtocolConstants;
@EqualsAndHashCode(callSuper = false)
public class PlayerListHeaderFooter extends DefinedPacket
{
private String header;
private String footer;

View File

@@ -14,6 +14,7 @@ import net.md_5.bungee.protocol.ProtocolConstants;
@EqualsAndHashCode(callSuper = false)
public class Title extends DefinedPacket
{
private Action action;
// TITLE & SUBTITLE
@@ -68,6 +69,7 @@ public class Title extends DefinedPacket
public static enum Action
{
TITLE,
SUBTITLE,
TIMES,