Mechanical code cleanup (config)
[controller.git] / opendaylight / config / config-util / src / test / java / org / opendaylight / controller / config / util / TestingConfigTransactionController.java
index e69019405dec6e1be983c153eeab7efbe126d2da..d3b8add96d5ac98ab7e669a22a8adb8009c716fb 100644 (file)
@@ -49,8 +49,8 @@ public class TestingConfigTransactionController implements
                 + ":type=Module," + ObjectNameUtil.MODULE_FACTORY_NAME_KEY
                 + "=" + moduleName2 + "," + ObjectNameUtil.INSTANCE_NAME_KEY
                 + "=" + instName2);
-        mapSub = new HashMap<String, ObjectName>();
-        map = new HashMap<String, Map<String,ObjectName>>();
+        mapSub = new HashMap<>();
+        map = new HashMap<>();
     }
 
     @Override
@@ -62,6 +62,10 @@ public class TestingConfigTransactionController implements
                 + "=" + moduleName);
     }
 
+    @Override
+    public void reCreateModule(ObjectName objectName) {
+    }
+
     @Override
     public void destroyModule(ObjectName objectName)
             throws InstanceNotFoundException {