Push FIXMEs out
[yangtools.git] / yang / yang-parser-spi / src / main / java / org / opendaylight / yangtools / yang / parser / spi / validation / ValidationBundlesNamespace.java
index 5d7133ac68661a2548d639d427d8f6ab4037a819..5681ea50cbfff6102a0aa709f81a260ecfd50a8d 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: 7.0.0: consider removing this constant, this functionality is part of statement support.
         SUPPORTED_CASE_SHORTHANDS,
 
         /**