Fix links to RFC8040 query parameters documentation 76/99576/2
authorPeter Puškár <ppuskar@frinx.io>
Fri, 4 Feb 2022 08:38:37 +0000 (09:38 +0100)
committerRobert Varga <nite@hq.sk>
Mon, 14 Feb 2022 12:12:22 +0000 (12:12 +0000)
Previous ones were pointing incorrectly to other parameters

Signed-off-by: Peter Puškár <ppuskar@frinx.io>
Change-Id: Ie1e88333517482c9da893fa32a8cc13ff672af51

restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/DepthParam.java
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/InsertParam.java
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/PointParam.java

index 8ece8d1e3d6ac383b64b33ee0cfa1123bf902d42..1fb1d1485a606cee8df74c53379b72362f52e0fb 100644 (file)
@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.Nullable;
 
 /**
  * This class represents a {@code depth} parameter as defined in
- * <a href="https://datatracker.ietf.org/doc/html/rfc8040#section-4.8.3">RFC8040 section 4.8.2</a>.
+ * <a href="https://datatracker.ietf.org/doc/html/rfc8040#section-4.8.2">RFC8040 section 4.8.2</a>.
  */
 public final class DepthParam implements RestconfQueryParam<DepthParam> {
     // API consistency: must not be confused with enum constants
index 829a06a8b78f5c893468d7fa08b515e26e81edb7..6594c6b472b5c4f77dce5f8b1126c0a2f68523a9 100644 (file)
@@ -13,7 +13,7 @@ import org.eclipse.jdt.annotation.NonNull;
 
 /**
  * Enumeration of possible {@code insert} values as defined by
- * <a href="https://datatracker.ietf.org/doc/html/rfc8040#section-4.8.1">RFC8040, section 4.8.1</a>.
+ * <a href="https://datatracker.ietf.org/doc/html/rfc8040#section-4.8.5">RFC8040, section 4.8.5</a>.
  */
 public enum InsertParam implements RestconfQueryParam<InsertParam> {
     /**
index a80135f29153d06dfac4aba42f166acd4ab399a6..8238224ce44eb90748e6bbfe12eab8677e1ce1f9 100644 (file)
@@ -13,7 +13,7 @@ import org.eclipse.jdt.annotation.NonNull;
 
 /**
  * This class represents a {@code point} parameter as defined in
- * <a href="https://datatracker.ietf.org/doc/html/rfc8040#section-4.8.4">RFC8040 section 4.8.4</a>.
+ * <a href="https://datatracker.ietf.org/doc/html/rfc8040#section-4.8.6">RFC8040 section 4.8.6</a>.
  */
 public final class PointParam implements RestconfQueryParam<PointParam> {
     // API consistency: must not be confused with enum constants