Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / netconf-netty-util / src / main / java / org / opendaylight / controller / netconf / nettyutil / handler / exi / NetconfStartExiMessage.java
index 1d301d3d35cc05f63d83c5643d400f3f643e02d7..4cc0461f9ebe478d3063e0e397f7da34b3316a4d 100644 (file)
@@ -10,9 +10,9 @@ package org.opendaylight.controller.netconf.nettyutil.handler.exi;
 
 import com.google.common.collect.Lists;
 import java.util.List;
+import org.opendaylight.controller.config.util.xml.XmlUtil;
 import org.opendaylight.controller.netconf.api.NetconfMessage;
 import org.opendaylight.controller.netconf.api.xml.XmlNetconfConstants;
-import org.opendaylight.controller.netconf.util.xml.XmlUtil;
 import org.openexi.proc.common.EXIOptions;
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;