Remove yang-test
[controller.git] / opendaylight / config / config-manager / src / test / java / org / opendaylight / controller / config / manager / testingservices / threadpool / TestingFixedThreadPoolConfigMXBean.java
index 115eb83b7f7f48643194361f87723b52d6518075..34f24c68025cf86cadc46a7473b2b52c26c86690 100644 (file)
@@ -10,10 +10,10 @@ package org.opendaylight.controller.config.manager.testingservices.threadpool;
 public interface TestingFixedThreadPoolConfigMXBean extends
         TestingThreadPoolConfigMXBean {
 
-    public void setThreadCount(int threadCount);
+    void setThreadCount(int threadCount);
 
-    public boolean isTriggerNewInstanceCreation();
+    boolean isTriggerNewInstanceCreation();
 
-    public void setTriggerNewInstanceCreation(boolean boolTest);
+    void setTriggerNewInstanceCreation(boolean boolTest);
 
 }