Move some API objects into the DhApiMain object

This commit is contained in:
James Seibel
2022-09-16 23:24:25 -05:00
parent d0f43a6760
commit 6c249335c5
7 changed files with 41 additions and 79 deletions
@@ -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