plugin manager: remove extra injectMembers() call
This has been here a long time, but as far as we can tell is no longer necessary. It is causing double instantiation of classes which are only injected a single place.
This commit is contained in:
@@ -525,7 +525,6 @@ public class PluginManager
|
||||
binder.install(plugin);
|
||||
};
|
||||
Injector pluginInjector = parent.createChildInjector(pluginModule);
|
||||
pluginInjector.injectMembers(plugin);
|
||||
plugin.injector = pluginInjector;
|
||||
}
|
||||
catch (CreationException ex)
|
||||
|
||||
Reference in New Issue
Block a user