Move FIXMEs out to 6.0.0
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMRpcImplementation.java
index 99e3825cc8dd28239f40d2730b6827fb1015c399..a0d6b112895f7d996079d8528a523e7bb178fbe1 100644 (file)
@@ -27,7 +27,7 @@ public interface DOMRpcImplementation {
      *         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 DOMRpcIdentifier rpc,
             @Nullable NormalizedNode<?, ?> input);