You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/29 20:39:47 UTC

[commons-validator] branch master updated: Remove unused import

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new aaecc64e Remove unused import
aaecc64e is described below

commit aaecc64eb2af953ac9396afcd83d9eacad8e9a69
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 29 15:39:43 2023 -0500

    Remove unused import
---
 .../apache/commons/validator/routines/DomainValidatorStartupTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/validator/routines/DomainValidatorStartupTest.java b/src/test/java/org/apache/commons/validator/routines/DomainValidatorStartupTest.java
index aea848d9..0435c0c8 100644
--- a/src/test/java/org/apache/commons/validator/routines/DomainValidatorStartupTest.java
+++ b/src/test/java/org/apache/commons/validator/routines/DomainValidatorStartupTest.java
@@ -26,7 +26,6 @@ import java.util.List;
 
 import org.apache.commons.validator.routines.DomainValidator.ArrayType;
 import org.junit.Test;
-import org.junit.function.ThrowingRunnable;
 import org.junit.runner.RunWith;
 
 import org.bitstrings.test.junit.runner.ClassLoaderPerTestRunner;