Push FIXMEs out
[yangtools.git] / yang / yang-parser-rfc7950 / src / main / java / org / opendaylight / yangtools / yang / parser / rfc7950 / reactor / YangValidationBundles.java
index 1fa645e62480a7c48698c28c25cd7c3df39f5b15..bee9d0bf404170b042dd6092c1eb7f7e2948a4cc 100644 (file)
@@ -51,7 +51,7 @@ public final class YangValidationBundles {
      *
      * @deprecated This is an implementation leak from statement support and will be removed in next major version.
      */
-    // FIXME: 6.0.0: move this to AbstractDeviateStatementSupport. This is not resolved from validation bundles at all,
+    // FIXME: 7.0.0: move this to AbstractDeviateStatementSupport. This is not resolved from validation bundles at all,
     //               hence it makes sense to co-locate this with its user.
     @Deprecated
     public static final Table<YangVersion, StatementDefinition, Set<StatementDefinition>> SUPPORTED_DEVIATION_TARGETS =
@@ -80,7 +80,7 @@ public final class YangValidationBundles {
         YangStmtMapping.CONTAINER, YangStmtMapping.LIST, YangStmtMapping.CASE, YangStmtMapping.INPUT,
         YangStmtMapping.OUTPUT, YangStmtMapping.NOTIFICATION, YangStmtMapping.CHOICE, YangStmtMapping.RPC);
 
-    // FIXME: 6.0.0: consider hiding this list, as choice nodes are handling creation of implied shorthands themselves.
+    // FIXME: 7.0.0: consider hiding this list, as choice nodes are handling creation of implied shorthands themselves.
     //               This has implications on other members of this class, as they really seem like something which
     //               should live in corresponding StatementSupport classes.
     public static final Set<StatementDefinition> SUPPORTED_CASE_SHORTHANDS = ImmutableSet.of(