Remove unused exceptions
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / test / java / org / opendaylight / controller / remote / rpc / RemoteRpcProviderConfigTest.java
index 8ec5d7af6b87be0c6b4a604f5ddbc59fa6e6f9ae..a6be665ead8c633764c2999411d6c95b342329f6 100644 (file)
@@ -87,7 +87,7 @@ public class RemoteRpcProviderConfigTest {
         }
 
         @Override
-        public void onReceive(Object message) throws Exception {
+        public void onReceive(Object message) {
         }
 
         /**