Remove DataPostPath
[netconf.git] / restconf / restconf-nb / src / main / java / org / opendaylight / restconf / server / api / DataPostBody.java
index 3285dd3debe62e6e22dad3078cbd3e5a3b967d64..48096f1311cbd0db5626e6febee88ac1f2a41291 100644 (file)
@@ -13,7 +13,6 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
 /**
  * Body of a {@code POST} request as defined in
  * <a href="https://www.rfc-editor.org/rfc/rfc8040#section-4.4">RFC8040 section 4.4</a>.
- * @see DataPostPath
  */
 @NonNullByDefault
 public abstract sealed class DataPostBody extends AbstractBody permits JsonDataPostBody, XmlDataPostBody {