X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-bierman02%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Frestful%2Futils%2FPatchDataTransactionUtilTest.java;h=fd77baa603c8564db824985d2f235566106cf50b;hb=297030dc32e29a3ac0c76aa3d6279e7e047532b3;hp=6c2eb4abb24cc0e761df98a00356399697515da9;hpb=1bcaf624205de83ea78a131e960103f2b785468c;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/utils/PatchDataTransactionUtilTest.java b/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/utils/PatchDataTransactionUtilTest.java index 6c2eb4abb2..fd77baa603 100644 --- a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/utils/PatchDataTransactionUtilTest.java +++ b/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/restful/utils/PatchDataTransactionUtilTest.java @@ -36,9 +36,9 @@ import org.opendaylight.netconf.sal.restconf.impl.PatchContext; import org.opendaylight.netconf.sal.restconf.impl.PatchEntity; import org.opendaylight.netconf.sal.restconf.impl.PatchStatusContext; import org.opendaylight.netconf.sal.restconf.impl.PatchStatusEntity; -import org.opendaylight.netconf.sal.restconf.impl.RestconfError; import org.opendaylight.restconf.RestConnectorProvider; import org.opendaylight.restconf.common.context.InstanceIdentifierContext; +import org.opendaylight.restconf.common.errors.RestconfError; import org.opendaylight.restconf.common.references.SchemaContextRef; import org.opendaylight.restconf.handlers.TransactionChainHandler; import org.opendaylight.restconf.restful.transaction.TransactionVarsWrapper;