Push out FIXMEs to 6.0.0
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / repo / api / EffectiveModelContextFactory.java
index b6d52d0acc54cb4ead409f5aaad62ae933f30388..4bbc88671dc06425f7b418598ed2d31c6fc7502a 100644 (file)
@@ -22,7 +22,7 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContext;
  * {@link SourceIdentifier}s are required and dynamic recursive resolution.
  */
 @Beta
-//FIXME: 5.0.0: evaluate if we still need to extend SchemaContext here
+// FIXME: 6.0.0: evaluate if we still need to extend SchemaContext here
 public interface EffectiveModelContextFactory extends SchemaContextFactory {
     /**
      * Create a new schema context containing specified sources, pulling in any dependencies they may have.