mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
build plugin tree
This commit is contained in:
@@ -226,7 +226,7 @@ public class DefaultPluginLoader implements PluginLoader
|
||||
{
|
||||
injectionModules.add((Module) extensionClass.newInstance());
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (IllegalAccessException | InstantiationException ex)
|
||||
{
|
||||
logger.error("could not create instance of module", ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user