Add clustered-app-config blueprint extension
[controller.git] / opendaylight / blueprint / src / main / java / org / opendaylight / controller / blueprint / ext / RoutedRpcRegistrationConverter.java
index acc6a01d4ae7b55208dd95d280d83dd8f33cfda4..7daf7febf6493ca5bfe0c03d95ad86134a72eb05 100644 (file)
@@ -28,7 +28,7 @@ public class RoutedRpcRegistrationConverter implements Converter {
     }
 
     @Override
-    public Object convert(Object sourceObject, ReifiedType targetType) throws Exception {
+    public Object convert(Object sourceObject, ReifiedType targetType) {
         return sourceObject;
     }
 }