Remove RestconfError.ErrorTag
[netconf.git] / restconf / restconf-common / src / main / java / org / opendaylight / restconf / common / validation / RestconfValidationUtils.java
index cac528f6424497b2352b18b92dd3a8399de67c08..987ce42c84f559b9e924cdd90ff029244f6152c3 100644 (file)
@@ -8,7 +8,7 @@
 package org.opendaylight.restconf.common.validation;
 
 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;
 
 /**