mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-05 08:39:30 +00:00
Proper code style environment package
This commit is contained in:
@@ -22,9 +22,8 @@ import org.parabot.environment.scripts.loader.JavaScriptLoader;
|
||||
*
|
||||
*/
|
||||
public class SDNScriptExecuter extends ScriptExecuter {
|
||||
private int id = -1;
|
||||
|
||||
private static AccountManager manager = null;
|
||||
private static AccountManager manager;
|
||||
|
||||
public static final AccountManagerAccess MANAGER_FETCHER = new AccountManagerAccess() {
|
||||
|
||||
@@ -35,6 +34,8 @@ public class SDNScriptExecuter extends ScriptExecuter {
|
||||
|
||||
};
|
||||
|
||||
private int id = -1;
|
||||
|
||||
public SDNScriptExecuter(final int id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user