Bump to odlparent-9.0.0/yangtools-7.0.1-SNAPSHOT
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMRpcImplementation.java
index 357cb3bf21831d517af354d046ffe444e4eea8a9..73e8bb57c80bb4ced2b200b5df044e2e17662d14 100644 (file)
@@ -28,7 +28,7 @@ public interface DOMRpcImplementation {
      * @throws NullPointerException if any argument is null
      */
     @NonNull ListenableFuture<? extends DOMRpcResult> invokeRpc(@NonNull DOMRpcIdentifier rpc,
-            @NonNull NormalizedNode<?, ?> input);
+            @NonNull NormalizedNode input);
 
     /**
      * Return the relative invocation cost of this implementation. Default implementation return 0.