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