Move AbstractBody et al.
[netconf.git] / restconf / restconf-nb / src / main / java / org / opendaylight / restconf / server / api / JsonDataPostBody.java
similarity index 93%
rename from restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/databind/JsonDataPostBody.java
rename to restconf/restconf-nb/src/main/java/org/opendaylight/restconf/server/api/JsonDataPostBody.java
index bb7517326d6ee8a1fbc617158625717adb802a15..6ed49bca40929679f8d2d914fb1f2cd8228ab1b7 100644 (file)
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.restconf.nb.rfc8040.databind;
+package org.opendaylight.restconf.server.api;
 
 import java.io.InputStream;
 import org.eclipse.jdt.annotation.NonNullByDefault;