Add PAIL comments to a few things.

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2015-05-31 16:20:53 +10:00
parent a0a199a242
commit 7ffb160a28
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@
private int a;
- private String b;
- private int c;
+ public String b; // CraftBukkit - public
+ public int c; // CraftBukkit - public
+ public String b; // CraftBukkit - public // PAIL: hostname
+ public int c; // CraftBukkit - public // PAIL: port
private EnumProtocol d;
public PacketHandshakingInSetProtocol() {}