Move some API objects into the DhApiMain object
This commit is contained in:
@@ -21,7 +21,7 @@ public class EventInjectorTest
|
||||
public void testEventDependencies() // this also tests list dependencies since there can be more than one event handler bound per event
|
||||
{
|
||||
// Injector setup
|
||||
DhApiEventInjector TEST_EVENT_HANDLER = new DhApiEventInjector();
|
||||
DhApiEventInjector TEST_EVENT_HANDLER = DhApiEventInjector.INSTANCE;
|
||||
|
||||
|
||||
// pre-dependency setup
|
||||
|
||||
Reference in New Issue
Block a user