Link to SchemaNodeIdentifier 98/101198/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 17 May 2022 22:28:18 +0000 (00:28 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 May 2022 22:28:18 +0000 (00:28 +0200)
Improve documentation by having a direct link instead of @code.

Change-Id: Ia2fa040b3b4d8f06cd4025a8f6b68625cdaef541
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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 {