Link to SchemaNodeIdentifier
[yangtools.git] / model / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt / SchemaTreeRoot.java
index 3dcaede4d0cb87db257ba032e4d2dbbcc7d67a09..ce31b4d5662663bf1e3ac6af640e8a2449f38654 100644 (file)
@@ -15,7 +15,7 @@ import org.eclipse.jdt.annotation.NonNull;
 
 /**
  * Common interface implemented by entities which act as the root of the {@code schema tree} and are able to resolve an
- * {@code SchemaNodeIdentifier} to a {@link SchemaTreeEffectiveStatement}.
+ * {@link SchemaNodeIdentifier} to a {@link SchemaTreeEffectiveStatement}.
  */
 @Beta
 public interface SchemaTreeRoot {