Fixed warnings

This commit is contained in:
Treeku
2013-07-11 19:43:54 +01:00
parent a62024e17e
commit 8a22768942
35 changed files with 24 additions and 110 deletions
+2 -2
View File
@@ -36,6 +36,8 @@ import engine.clients.Client;
import engine.resources.service.INetworkDispatch;
import engine.resources.service.INetworkRemoteEvent;
@SuppressWarnings("unused")
public class PlayerService implements INetworkDispatch {
private NGECore core;
@@ -74,6 +76,4 @@ public class PlayerService implements INetworkDispatch {
}
}