Remove RestconfError.ErrorTag
[netconf.git] / restconf / restconf-common / src / main / java / org / opendaylight / restconf / common / util / RestconfSchemaUtil.java
index 64110daf73848061606750ff59a287c091f24f04..7e266c7d49048b87640e33817b98609b9d14df4c 100644 (file)
@@ -9,7 +9,7 @@ package org.opendaylight.restconf.common.util;
 
 import java.util.Collection;
 import org.opendaylight.restconf.common.errors.RestconfDocumentedException;
-import org.opendaylight.restconf.common.errors.RestconfError.ErrorTag;
+import org.opendaylight.yangtools.yang.common.ErrorTag;
 import org.opendaylight.yangtools.yang.common.ErrorType;
 import org.opendaylight.yangtools.yang.model.api.DataSchemaNode;
 import org.opendaylight.yangtools.yang.model.api.SchemaNode;