Remove DocumentedException.ErrorType
[netconf.git] / netconf / netconf-api / src / main / java / org / opendaylight / netconf / api / xml / UnexpectedElementException.java
index ed5e9c89292ab323913dab268c127257dc01c7d0..148fb109846f9a043f2eb0d767dbe3e45bed5e13 100644 (file)
@@ -10,6 +10,7 @@ package org.opendaylight.netconf.api.xml;
 import java.util.Map;
 import org.opendaylight.netconf.api.DocumentedException;
 import org.opendaylight.yangtools.yang.common.ErrorSeverity;
+import org.opendaylight.yangtools.yang.common.ErrorType;
 
 public class UnexpectedElementException extends DocumentedException {
     private static final long serialVersionUID = 1L;