Merge "Remove throws declaration of a runtime exception"
authorTony Tkacik <ttkacik@cisco.com>
Mon, 15 Dec 2014 15:07:09 +0000 (15:07 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 15 Dec 2014 15:07:09 +0000 (15:07 +0000)
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/RpcProviderRegistryImpl.java

index de28ae81fcbd5c1d9da6b28d7f5a352e91d3e4c5..0949d3d7612dfb34a1f8890329653af7efebc35e 100644 (file)
@@ -89,8 +89,7 @@ public class RpcProviderRegistryImpl implements RpcProviderRegistry, RouteChange
     }
 
     @Override
-    public final <T extends RpcService> RpcRegistration<T> addRpcImplementation(final Class<T> type, final T implementation)
-            throws IllegalStateException {
+    public final <T extends RpcService> RpcRegistration<T> addRpcImplementation(final Class<T> type, final T implementation) {
 
         // FIXME: This should be well documented - addRpcImplementation for
         // routed RPCs