Remove RFC7950_YANG_LIBRARY_CAPABILITY 98/105998/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 16 May 2023 17:17:48 +0000 (19:17 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 16 May 2023 18:38:33 +0000 (20:38 +0200)
This constant is not used anywhere, remove it.

Change-Id: I601cddd63a34c5e20687a271c3053500af4e6c04
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
common/yang-common/src/main/java/org/opendaylight/yangtools/yang/common/YangConstants.java

index 433b82bc7a01ddf495db1bc9c7b222af2128e9c9..f7660b26fdfebe91adc92574beb99f48e2479b22 100644 (file)
@@ -7,7 +7,6 @@
  */
 package org.opendaylight.yangtools.yang.common;
 
-import java.net.URI;
 import org.eclipse.jdt.annotation.NonNullByDefault;
 import org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified;
 
@@ -64,15 +63,6 @@ public final class YangConstants {
      * Base QNameModule for all YIN statements.
      */
     public static final QNameModule RFC6020_YIN_MODULE = QNameModule.create(RFC6020_YIN_NAMESPACE).intern();
-    /**
-     * YANG Library NETCONF Capability, as defined in https://tools.ietf.org/html/rfc7950#section-16.
-     *
-     * @deprecated This constant is deprecated. Its replacement is
-     *             {@code org.opendaylight.netconf.api.CapabilityURN.YANG_LIBRARY}.
-     */
-    @Deprecated(since = "10.0.7", forRemoval = true)
-    public static final URI RFC7950_YANG_LIBRARY_CAPABILITY =
-        URI.create("urn:ietf:params:netconf:capability:yang-library:1.0");
     /**
      * Prefix for YANG-specific XPath functions.
      */