Remove EffectiveModelContext{Listener,Provider}
[yangtools.git] / model / yang-model-spi / src / main / java / org / opendaylight / yangtools / yang / model / spi / DefaultSchemaTreeInference.java
index 4e01e4551707916f33618ce09e0d0f7940998950..edbf8ac31aabd4f7768db537dca0fb65e4877cfb 100644 (file)
@@ -26,8 +26,8 @@ import org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInfer
 import org.slf4j.LoggerFactory;
 
 /**
- * Default implementation of a {@link SchemaTreeInference}. Guaranteed to be consistent with its
- * {@link #getEffectiveModelContext()}.
+ * Default implementation of a {@link SchemaTreeInference}. Guaranteed to be consistent with its
+ * {@link #modelContext()}.
  */
 @Beta
 @NonNullByDefault