mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-09 08:06:52 +01:00
fix some bugs and improve logging
This commit is contained in:
@@ -96,6 +96,10 @@ public class DefaultPluginBackend implements PluginBackend
|
||||
(PluginBackendStore) storeContext.createUnmarshaller().unmarshal(
|
||||
storeFile);
|
||||
}
|
||||
else
|
||||
{
|
||||
pluginStore = new PluginBackendStore();
|
||||
}
|
||||
}
|
||||
catch (JAXBException ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user