Remove EffectiveStatement namespaces
[yangtools.git] / model / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt / TypeEffectiveStatement.java
index 7536a843e3e4035d6eafb31967466d89cd28c5db..274c44ba7868096a3ecca9c3642fcefa16345b72 100644 (file)
@@ -13,8 +13,8 @@ import org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement;
 import org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition;
 
 /**
- * Effective view of a {@code type} statement. It's {@link #argument()} points to a {@link TypedefNamespace}'s namespace
- * of this statements ancestor hierarchy.
+ * Effective view of a {@code type} statement. Its {@link #argument()} points to a {@code typedef} statement in this
+ * statement's ancestor hierarchy.
  *
  * @param <T> {@link TypeStatement} specialization
  */