Teach sal-remoterpc-connector to route actions
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / main / java / org / opendaylight / controller / remote / rpc / registry / mbeans / RemoteRpcRegistryMXBean.java
index 47903bb114221df67c2cbb899ea46c54780910d3..dc4ee8fd8635818c4d407a1d47a405b31145f5f8 100644 (file)
@@ -5,7 +5,6 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.controller.remote.rpc.registry.mbeans;
 
 import java.util.Map;
 package org.opendaylight.controller.remote.rpc.registry.mbeans;
 
 import java.util.Map;
@@ -22,7 +21,7 @@ public interface RemoteRpcRegistryMXBean {
 
     Set<String> getLocalRegisteredRoutedRpc();
 
 
     Set<String> getLocalRegisteredRoutedRpc();
 
-    Map<String,String> findRpcByName(String name);
+    Map<String, String> findRpcByName(String name);
 
 
-    Map<String,String> findRpcByRoute(String route);
+    Map<String, String> findRpcByRoute(String route);
 }
 }