Push out FIXMEs to 6.0.0
[yangtools.git] / yang / yang-parser-spi / src / main / java / org / opendaylight / yangtools / yang / parser / spi / source / StatementStreamSource.java
index bed368c15437f8256866ea0f0874761f0f582423..9cae5892076f4c0786ad6d2fd82084db923340fd 100644 (file)
@@ -50,7 +50,7 @@ import org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier;
  * build full declared statement model of source.</li>
  * </ol>
  */
-// FIXME: 5.0.0: this is a push parser, essentially traversing the same tree multiple times. Perhaps we should create
+// FIXME: 6.0.0: this is a push parser, essentially traversing the same tree multiple times. Perhaps we should create
 //               a visitor/filter or perform some explicit argument binding?
 public interface StatementStreamSource extends Identifiable<SourceIdentifier> {
     /**