Merge "BUG 3057 - notify added event source by topics created before"
[controller.git] / opendaylight / config / config-manager / src / test / java / org / opendaylight / controller / config / manager / testingservices / parallelapsp / TestingParallelAPSPConfigMXBean.java
index 9674a110ce18fd742f8534915fa8713a2ce4b550..d838e7b93eb33d377c06e2d0da165924d0529f70 100644 (file)
@@ -8,11 +8,10 @@
 package org.opendaylight.controller.config.manager.testingservices.parallelapsp;
 
 import javax.management.ObjectName;
-
 import org.opendaylight.controller.config.api.annotations.ServiceInterfaceAnnotation;
 
 @ServiceInterfaceAnnotation(value = TestingParallelAPSPConfigMXBean.NAME, osgiRegistrationType = TestingAPSP.class,
-namespace = "namespace", revision = "rev", localName = TestingParallelAPSPConfigMXBean.NAME)
+    namespace = "namespace", revision = "rev", localName = TestingParallelAPSPConfigMXBean.NAME)
 public interface TestingParallelAPSPConfigMXBean {
 
     static final String NAME = "apsp";