mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
added listener support to ScmConfiguration
This commit is contained in:
@@ -172,6 +172,7 @@ public class ScmConfigurationUtil
|
||||
|
||||
marshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, Boolean.TRUE);
|
||||
marshaller.marshal(configuration, file);
|
||||
configuration.fireChangeEvent();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user