externalpluginmanager: don't search child injector bindings for configs
This commit is contained in:
@@ -598,7 +598,7 @@ public class ExternalPluginManager
|
|||||||
|
|
||||||
if (initConfig)
|
if (initConfig)
|
||||||
{
|
{
|
||||||
for (Key<?> key : pluginInjector.getAllBindings().keySet())
|
for (Key<?> key : pluginInjector.getBindings().keySet())
|
||||||
{
|
{
|
||||||
Class<?> type = key.getTypeLiteral().getRawType();
|
Class<?> type = key.getTypeLiteral().getRawType();
|
||||||
if (Config.class.isAssignableFrom(type))
|
if (Config.class.isAssignableFrom(type))
|
||||||
|
|||||||
Reference in New Issue
Block a user