Push out FIXMEs to 6.0.0
[yangtools.git] / yang / yang-parser-spi / src / main / java / org / opendaylight / yangtools / yang / parser / spi / meta / NamespaceBehaviour.java
index dec746e17949b21e8d7138dd1b20b502a745c9e8..8aba02b8a9c82a4c4b3c95752f739041b5bb8277 100644 (file)
@@ -43,7 +43,7 @@ public abstract class NamespaceBehaviour<K, V, N extends IdentifierNamespace<K,
         /**
          * Storage of the root statement of a particular source and any sources it is importing.
          */
-        // FIXME: 5.0.0: this is a misnomer and should be renamed
+        // FIXME: 6.0.0: this is a misnomer and should be renamed
         SOURCE_LOCAL_SPECIAL,
         /**
          * Storage of a single statement.