From: Robert Varga Date: Thu, 22 Apr 2021 11:12:33 +0000 (+0200) Subject: Improve SourceIdentifier documentation X-Git-Tag: v7.0.0~23 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=306e07d63da1d140511c4ab3adf64eb765b1671a;p=yangtools.git Improve SourceIdentifier documentation Use proper anchors to point to RFC documents. Change-Id: Idb113471759f466ff8353941ed22879c37503214 Signed-off-by: Robert Varga --- diff --git a/yang/yang-repo-api/src/main/java/org/opendaylight/yangtools/yang/model/repo/api/SourceIdentifier.java b/yang/yang-repo-api/src/main/java/org/opendaylight/yangtools/yang/model/repo/api/SourceIdentifier.java index b6cb99f726..9c41ef1611 100644 --- a/yang/yang-repo-api/src/main/java/org/opendaylight/yangtools/yang/model/repo/api/SourceIdentifier.java +++ b/yang/yang-repo-api/src/main/java/org/opendaylight/yangtools/yang/model/repo/api/SourceIdentifier.java @@ -21,15 +21,12 @@ import org.opendaylight.yangtools.yang.common.Revision; import org.opendaylight.yangtools.yang.common.YangConstants; /** - * Base class of YANG Schema source identifiers. + * Base class of YANG Schema source identifiers. Source identifiers are designated to be carry only necessary + * information to look up YANG module (or submodule) source and to be used by various SchemaSourceProviders. * *

- * Source identifiers are designated to be carry only necessary information to - * look-up YANG model source and to be used by various SchemaSourceProviders. - * - *

- * (For further reference see: http://tools.ietf.org/html/rfc6020#section-5.2 - * and http://tools.ietf.org/html/rfc6022#section-3.1 ). + * For further reference see: RFC6020 + * and RFC6022. */ @Beta public abstract class SourceIdentifier implements Identifier, Immutable {