Mechanical code cleanup (config)
[controller.git] / opendaylight / config / config-manager / src / test / java / org / opendaylight / controller / config / manager / testingservices / threadpool / TestingThreadPoolConfigMXBean.java
index 792a66676fbd372e7ca1fbb5d1b31653bd6d1ea8..b537ad2080f5949d66617fb63cf3d6fddb686b1b 100644 (file)
@@ -9,5 +9,5 @@ package org.opendaylight.controller.config.manager.testingservices.threadpool;
 
 public interface TestingThreadPoolConfigMXBean {
 
 
 public interface TestingThreadPoolConfigMXBean {
 
-    public int getThreadCount();
+    int getThreadCount();
 }
 }