Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / netconf-netty-util / src / main / java / org / opendaylight / controller / netconf / nettyutil / handler / exi / EXIParameters.java
index 859006877486292258f77409dbbdb3e48d826903..cb07635a1abb958b233c8a474b8d3bb453258241 100644 (file)
@@ -8,7 +8,7 @@
 package org.opendaylight.controller.netconf.nettyutil.handler.exi;
 
 import com.google.common.base.Preconditions;
-import org.opendaylight.controller.netconf.util.xml.XmlElement;
+import org.opendaylight.controller.config.util.xml.XmlElement;
 import org.openexi.proc.common.AlignmentType;
 import org.openexi.proc.common.EXIOptions;
 import org.openexi.proc.common.EXIOptionsException;