Mechanical code cleanup (config)
[controller.git] / opendaylight / config / config-api / src / main / java / org / opendaylight / controller / config / api / RuntimeBeanRegistratorAwareModule.java
index 2e6e0f34e6a46722dc2cc74b05ebbcbe46e996f5..41673bce721a6d028b50fd4172a10d6a9236e8d0 100644 (file)
@@ -23,7 +23,7 @@ public interface RuntimeBeanRegistratorAwareModule extends Module {
      *
      * @param rootRuntimeBeanRegistrator
      */
-    public void setRuntimeBeanRegistrator(
+    void setRuntimeBeanRegistrator(
             RootRuntimeBeanRegistrator rootRuntimeBeanRegistrator);
 
 }