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 -3
View File
@@ -22,13 +22,13 @@
package services;
import org.python.core.Py;
import org.python.core.PyCode;
import org.python.core.PyObject;
import org.python.core.PySystemState;
import org.python.util.PythonInterpreter;
import main.NGECore;
@SuppressWarnings("unused")
public class ScriptService {
private NGECore core;
@@ -86,5 +86,4 @@ public class ScriptService {
return func;
}
}