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