mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-28 23:15:53 -04:00
Fixed warnings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user