mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 14:05:44 +01:00
implement plugin update method
This commit is contained in:
@@ -199,7 +199,7 @@ public class AetherPluginHandler
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
throw new PluginLoadException(ex);
|
||||
throw new PluginException(ex);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -245,7 +245,7 @@ public class AetherPluginHandler
|
||||
}
|
||||
catch (JAXBException ex)
|
||||
{
|
||||
throw new PluginLoadException(ex);
|
||||
throw new PluginException(ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user