Merge "Remove unnecessary declaration of <prerequisites> in features"
[controller.git] / opendaylight / config / threadpool-config-impl / src / test / java / org / opendaylight / controller / config / threadpool / naming / TestingNamingThreadPoolFactoryModule.java
index 37fb83907036749ff7f95e38ca90ce2fd9440e64..f91ec47ad911f1c2d12bce912fa467864d55fb59 100644 (file)
@@ -62,4 +62,9 @@ public class TestingNamingThreadPoolFactoryModule implements Module, ThreadFacto
         return fact;
     }
 
         return fact;
     }
 
+    @Override
+    public boolean canReuse(Module oldModule) {
+        return false;
+    }
+
 }
 }