Revert "Convert anyxml nodes lazily"
[netconf.git] / netconf / sal-netconf-connector / src / main / java / org / opendaylight / netconf / sal / connect / netconf / util / NodeContainerProxy.java
similarity index 98%
rename from netconf/netconf-util/src/main/java/org/opendaylight/netconf/util/NodeContainerProxy.java
rename to netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/util/NodeContainerProxy.java
index 3154b370f42024c5ee9ff43445427685bad4ec61..da65e5595934cc2655da5532c760a314e5371f45 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.util;
+package org.opendaylight.netconf.sal.connect.netconf.util;
 
 import com.google.common.base.Preconditions;
 import com.google.common.collect.Maps;