Fix tests imports 29/110229/1
authorOleksandr Zharov <oleksandr.zharov@pantheon.tech>
Tue, 13 Feb 2024 10:46:17 +0000 (11:46 +0100)
committerOleksandr Zharov <oleksandr.zharov@pantheon.tech>
Tue, 13 Feb 2024 10:46:26 +0000 (11:46 +0100)
Fixed test imports in NetconfRestconfStrategyTest.

Change-Id: Iaf6e1c55baed883dfc221e2903e15fa655275085
Signed-off-by: Oleksandr Zharov <oleksandr.zharov@pantheon.tech>
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/transactions/NetconfRestconfStrategyTest.java

index 4b45f707cce07169bc1769b8311bdc7ca57d94af..cc6951227c53c02380890d1553067ce5d8313c99 100644 (file)
@@ -36,9 +36,9 @@ import org.opendaylight.netconf.dom.api.NetconfDataTreeService;
 import org.opendaylight.restconf.api.ApiPath;
 import org.opendaylight.restconf.common.patch.PatchStatusContext;
 import org.opendaylight.restconf.common.patch.PatchStatusEntity;
-import org.opendaylight.restconf.nb.rfc8040.databind.JsonDataPostBody;
-import org.opendaylight.restconf.nb.rfc8040.databind.JsonResourceBody;
 import org.opendaylight.restconf.server.api.DatabindContext;
+import org.opendaylight.restconf.server.api.JsonDataPostBody;
+import org.opendaylight.restconf.server.api.JsonResourceBody;
 import org.opendaylight.yangtools.yang.common.ErrorSeverity;
 import org.opendaylight.yangtools.yang.common.ErrorTag;
 import org.opendaylight.yangtools.yang.common.ErrorType;