Skip to content
Snippets Groups Projects
Commit 26734d98 authored by Florian Fittkau's avatar Florian Fittkau
Browse files

minor

parent ba63faf9
No related branches found
No related tags found
No related merge requests found
...@@ -43,8 +43,8 @@ public class MonitoringController { ...@@ -43,8 +43,8 @@ public class MonitoringController {
private static boolean initialized = false; private static boolean initialized = false;
static { static {
remoteConfigurationServlet = new RemoteConfigurationServlet(); // remoteConfigurationServlet = new RemoteConfigurationServlet();
new Thread(remoteConfigurationServlet).start(); // new Thread(remoteConfigurationServlet).start();
final Configuration configuration = ConfigurationFactory.createSingletonConfiguration(); final Configuration configuration = ConfigurationFactory.createSingletonConfiguration();
setMonitoringEnabled(configuration setMonitoringEnabled(configuration
...@@ -181,7 +181,7 @@ public class MonitoringController { ...@@ -181,7 +181,7 @@ public class MonitoringController {
} catch (final InterruptedException e1) { } catch (final InterruptedException e1) {
} }
remoteConfigurationServlet.stop(); // remoteConfigurationServlet.stop();
disruptor.shutdown(); disruptor.shutdown();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment