Skip to content
Snippets Groups Projects
Unverified Commit 5b710041 authored by akwizgran's avatar akwizgran
Browse files

Inject properties module's eager singletons.

parent 63befccd
Branches
Tags
1 merge request!568Inject properties module's eager singletons
Pipeline #
...@@ -54,6 +54,7 @@ public class BrambleCoreModule { ...@@ -54,6 +54,7 @@ public class BrambleCoreModule {
c.inject(new IdentityModule.EagerSingletons()); c.inject(new IdentityModule.EagerSingletons());
c.inject(new LifecycleModule.EagerSingletons()); c.inject(new LifecycleModule.EagerSingletons());
c.inject(new PluginModule.EagerSingletons()); c.inject(new PluginModule.EagerSingletons());
c.inject(new PropertiesModule.EagerSingletons());
c.inject(new SyncModule.EagerSingletons()); c.inject(new SyncModule.EagerSingletons());
c.inject(new SystemModule.EagerSingletons()); c.inject(new SystemModule.EagerSingletons());
c.inject(new TransportModule.EagerSingletons()); c.inject(new TransportModule.EagerSingletons());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment