From: Robert Varga Date: Tue, 17 May 2022 22:28:18 +0000 (+0200) Subject: Link to SchemaNodeIdentifier X-Git-Tag: v9.0.0~54 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=yangtools.git;a=commitdiff_plain;h=e9a4479d53764734a58349e69e5d118627eafc84 Link to SchemaNodeIdentifier Improve documentation by having a direct link instead of @code. Change-Id: Ia2fa040b3b4d8f06cd4025a8f6b68625cdaef541 Signed-off-by: Robert Varga --- diff --git a/model/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/stmt/SchemaTreeRoot.java b/model/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/stmt/SchemaTreeRoot.java index 3dcaede4d0..ce31b4d566 100644 --- a/model/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/stmt/SchemaTreeRoot.java +++ b/model/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/stmt/SchemaTreeRoot.java @@ -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 {