Push out FIXMEs to 6.0.0
[yangtools.git] / yang / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / stream / NormalizedNodeStreamWriter.java
index a9d2451d9ce78876a8684b3f692b7463ef661bd6..6b0cc051a84d6298b3cadabcdb770e0434b2718d 100644 (file)
@@ -339,7 +339,7 @@ public interface NormalizedNodeStreamWriter extends Closeable, Flushable,
      *                               implementation does not allow resetting the value.
      * @throws IOException if an underlying IO error occurs
      */
-    // FIXME: 5.0.0: this probably should integrated with scalarValue()
+    // FIXME: 6.0.0: this probably should integrated with scalarValue()
     void domSourceValue(DOMSource value) throws IOException;
 
     /**