Remove extra space

This commit is contained in:
Dan Mulloy 2014-12-02 16:12:03 -05:00
parent 30bff505c4
commit 5b9acb72fb

View File

@ -711,7 +711,7 @@ public class PacketContainer implements Serializable {
*/
public StructureModifier<PlayerInfoAction> getPlayerInfoAction() {
// Convert to and from the wrapper
return structureModifier.<PlayerInfoAction> withType(
return structureModifier.<PlayerInfoAction>withType(
EnumWrappers.getPlayerInfoActionClass(), EnumWrappers.getPlayerInfoActionConverter());
}