X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fcommon%2Fpatch%2FPatchContext.java;fp=restconf%2Frestconf-nb-bierman02%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fsal%2Frestconf%2Fimpl%2FPatchContext.java;h=5e867c0838a995f275ba3275b786ea8054e3ecf3;hb=824baf9fe14e31465c58f3842c4cb0aa88b34757;hp=e3791c65f20d8a14f1bd95bffe941b00d3cda14d;hpb=297030dc32e29a3ac0c76aa3d6279e7e047532b3;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PatchContext.java b/restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/patch/PatchContext.java similarity index 96% rename from restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PatchContext.java rename to restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/patch/PatchContext.java index e3791c65f2..5e867c0838 100644 --- a/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/PatchContext.java +++ b/restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/patch/PatchContext.java @@ -6,7 +6,7 @@ * and is available at http://www.eclipse.org/legal/epl-v10.html */ -package org.opendaylight.netconf.sal.restconf.impl; +package org.opendaylight.restconf.common.patch; import com.google.common.base.Preconditions; import java.util.List;