Move FIXMEs out to 6.0.0
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMRpcService.java
index 304595e3084cf8f43813096baf618754b9dab5ad..67e87fff370a37e3294dcc449a6f7f5198ffdfc6 100644 (file)
@@ -30,7 +30,7 @@ public interface DOMRpcService extends DOMService {
      * @return A {@link ListenableFuture} which will return either a result structure, or report a subclass
      *         of {@link DOMRpcException} reporting a transport error.
      */
-    // FIXME: 5.0.0: do not allow null input
+    // FIXME: 6.0.0: do not allow null input
     @NonNull ListenableFuture<DOMRpcResult> invokeRpc(@NonNull SchemaPath type, @Nullable NormalizedNode<?, ?> input);
 
     /**