Push out FIXMEs to 6.0.0
[yangtools.git] / yang / yang-parser-rfc7950 / src / main / java / org / opendaylight / yangtools / yang / parser / rfc7950 / stmt / BaseStatementSupport.java
index 24a7abbf4abf07c874094c54997324a97fd4db7d..941eb12d9ece976d5e501fdb6a1dc1b23564a92e 100644 (file)
@@ -141,7 +141,7 @@ public abstract class BaseStatementSupport<A, D extends DeclaredStatement<A>,
          * The reactor would first inline 'uses baz' as that definition is the first one completely resolved and then
          * inline 'uses bar'. Here we are iterating in declaration order re-inline the statements.
          *
-         * FIXME: 5.0.0: this really should be handled by UsesStatementSupport such that 'uses baz' would have a
+         * FIXME: 6.0.0: this really should be handled by UsesStatementSupport such that 'uses baz' would have a
          *               prerequisite of a resolved 'uses bar'.
          */
         final List<StmtContext<?, ?, ?>> substatementsInit = new ArrayList<>();