Improve SourceIdentifier documentation 83/95883/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Apr 2021 11:12:33 +0000 (13:12 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Apr 2021 11:48:26 +0000 (13:48 +0200)
Use proper anchors to point to RFC documents.

Change-Id: Idb113471759f466ff8353941ed22879c37503214
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-repo-api/src/main/java/org/opendaylight/yangtools/yang/model/repo/api/SourceIdentifier.java

index b6cb99f726fd4746def17562aed253c9e5267902..9c41ef1611344c946703212fc125ec6f58c0440b 100644 (file)
@@ -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.
  *
  * <p>
- * Source identifiers are designated to be carry only necessary information to
- * look-up YANG model source and to be used by various SchemaSourceProviders.
- *
- * <p>
- * (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: <a href="https://tools.ietf.org/html/rfc6020#section-5.2">RFC6020</a>
+ * and <a href="https://tools.ietf.org/html/rfc6022#section-3.1">RFC6022</a>.
  */
 @Beta
 public abstract class SourceIdentifier implements Identifier, Immutable {