Remove unused imports in the whole NETCONF project
[netconf.git] / restconf / sal-rest-connector / src / test / java / org / opendaylight / restconf / utils / validation / RestconfValidationTest.java
index 8f8933f65f38b2d5a7508162df2d85eeeaf2433c..d6c5dc2927aa016687dae7f16eacc3e4fbaedd57 100644 (file)
@@ -21,7 +21,6 @@ import java.util.List;
 import org.junit.Test;
 import org.opendaylight.netconf.sal.restconf.impl.RestconfDocumentedException;
 import org.opendaylight.netconf.sal.restconf.impl.RestconfError;
-import org.opendaylight.restconf.utils.validation.RestconfValidation;
 
 /**
  * Unit test for {@link RestconfValidation}