Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / 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 e3791c65f20d8a14f1bd95bffe941b00d3cda14d..5e867c0838a995f275ba3275b786ea8054e3ecf3 100644 (file)
@@ -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;