Mechanical code cleanup (config)
[controller.git] / opendaylight / config / config-api / src / main / java / org / opendaylight / controller / config / spi / Module.java
index 53f03a2398ef9cf8b854fd0bcc7e6959b8304ba5..4766ad8a47d3ce2c9ffc1a6f81ea11bf3818905a 100644 (file)
@@ -64,7 +64,7 @@ public interface Module extends Identifiable<ModuleIdentifier>{
      * @param oldModule old instance of Module
      * @return true if the instance produced by oldModule can be reused with current instance as well.
      */
-    public boolean canReuse(Module oldModule);
+    boolean canReuse(Module oldModule);
 
 
 }