Split Restconf implementations (draft02 and RFC) - base api
[netconf.git] / restconf / restconf-common / src / main / java / org / opendaylight / restconf / common / context / NormalizedNodeContext.java
similarity index 98%
rename from restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/NormalizedNodeContext.java
rename to restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/context/NormalizedNodeContext.java
index 460d722c0bb1e811075e429f5c81f974ba254201..b908e52c5a07f52566056f9abc0e9a8e1db7cf3d 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.netconf.sal.restconf.impl;
+package org.opendaylight.restconf.common.context;
 
 import java.util.HashMap;
 import java.util.Map;