Disable all old NenjimHub code
This commit is contained in:
@@ -34,12 +34,12 @@ public class Main {
|
||||
}*/
|
||||
|
||||
//System.out.println("Initializing initial NenjimClassLoader with default context...");
|
||||
JournalManager journalManager = new JournalManagerImpl();
|
||||
ContextManager contextManager = new ContextManagerImpl();
|
||||
Context defaultContext = contextManager.getDefault();
|
||||
//JournalManager journalManager = new JournalManagerImpl();
|
||||
//ContextManager contextManager = new ContextManagerImpl();
|
||||
//Context defaultContext = contextManager.getDefault();
|
||||
|
||||
NenjimClassLoader nenjimClassLoader = new NenjimClassLoader(journalManager, defaultContext);
|
||||
Class<?> clazz = nenjimClassLoader.findClass("com.r35157.nenjim.hubd.impl.ref.NenjimHubImpl");
|
||||
//NenjimClassLoader nenjimClassLoader = new NenjimClassLoader(journalManager, defaultContext);
|
||||
//Class<?> clazz = nenjimClassLoader.findClass("com.r35157.nenjim.hubd.impl.ref.NenjimHubImpl");
|
||||
|
||||
/*NenjimHub nenjimHub = null;
|
||||
Context defaultContext = new Context();
|
||||
@@ -47,7 +47,7 @@ public class Main {
|
||||
Object instance = clazz.getDeclaredConstructor().newInstance();
|
||||
NenjimKicker kicker = (NenjimKicker)instance;
|
||||
*/
|
||||
int a = 0;
|
||||
//int a = 0;
|
||||
}
|
||||
|
||||
private void start() {
|
||||
|
||||
Reference in New Issue
Block a user