Push out FIXMEs to 6.0.0
[yangtools.git] / yang / yang-parser-spi / src / main / java / org / opendaylight / yangtools / yang / parser / spi / validation / ValidationBundlesNamespace.java
index 5d7133ac68661a2548d639d427d8f6ab4037a819..9410426cce0f68f36b4c3df045620449706bdf5c 100644 (file)
@@ -42,7 +42,7 @@ public interface ValidationBundlesNamespace extends
          * Whether a <a href="https://tools.ietf.org/html/rfc6020#section-7.9.2">case shorthand</a> can be created for a
          * node.
          */
-        // FIXME: 5.0.0: consider removing this constant, this functionality is part of statement support.
+        // FIXME: 6.0.0: consider removing this constant, this functionality is part of statement support.
         SUPPORTED_CASE_SHORTHANDS,
 
         /**