Rename {Data,Schema}TreeAwareEffectiveStatement.Namespace
[yangtools.git] / model / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt / SchemaTreeEffectiveStatement.java
index 9468c2b7ac5ae205a320e0cbc8c4d501b4a2bfdd..fb3a28c93ebc58ca8a9168b5e079591a3d540b04 100644 (file)
@@ -15,7 +15,8 @@ import org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement;
 
 /**
  * Common interface grouping all {@link EffectiveStatement}s which are accessible via
- * {@link SchemaTreeAwareEffectiveStatement.Namespace}. This such statement corresponds to a {@code schema node}.
+ * {@link SchemaTreeAwareEffectiveStatement.SchemaTreeNamespace}. This such statement corresponds to a
+ * {@code schema node}.
  *
  * <p>
  * This interface could be named {@code SchemaNodeEffectiveStatement}, but that could induce a notion that it has
@@ -24,7 +25,6 @@ import org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement;
  * always be preferred and SchemaNode is to be treated as deprecated whenever possible.
  *
  * @param <D> Declared statement type
- * @author Robert Varga
  */
 @Beta
 public interface SchemaTreeEffectiveStatement<D extends DeclaredStatement<QName>>