Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ public class NoneConfigurationProvider extends ModuleProvider {
}

@Override public void prepare() throws ServiceNotProvidedException, ModuleStartException {
this.registerServiceImplementation(DynamicConfigurationService.class, new DynamicConfigurationService() {
@Override public void registerConfigChangeWatcher(ConfigChangeWatcher watcher) {

}
});
this.registerServiceImplementation(DynamicConfigurationService.class, (DynamicConfigurationService)watcher -> {});
}

@Override public void start() throws ServiceNotProvidedException, ModuleStartException {
Expand Down