Push FIXMEs out
[yangtools.git] / yang / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / stream / NormalizedNodeStreamWriter.java
index b2d5ccb12b5eecc95279174755e0cc1aa9bb8b45..b768b5f27a2b8f4898bfe1a9c11a7f7714d916fa 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: 6.0.0: this probably should integrated with scalarValue()
+    // FIXME: 7.0.0: this probably should integrated with scalarValue()
     void domSourceValue(DOMSource value) throws IOException;
 
     /**