You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/19 12:29:58 UTC

[commons-validator] branch master updated: Unused import

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

sebb 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 b5aa189  Unused import
b5aa189 is described below

commit b5aa1894a9ad51bb1af57031ead7ed1ffe88e4a3
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jun 19 13:29:47 2020 +0100

    Unused import
---
 src/main/java/org/apache/commons/validator/routines/IBANValidator.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/validator/routines/IBANValidator.java b/src/main/java/org/apache/commons/validator/routines/IBANValidator.java
index 95af252..5624fde 100644
--- a/src/main/java/org/apache/commons/validator/routines/IBANValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/IBANValidator.java
@@ -20,7 +20,6 @@ import java.util.Arrays;
 import java.util.Map;
 import java.util.concurrent.ConcurrentHashMap;
 
-import org.apache.commons.validator.routines.RegexValidator;
 import org.apache.commons.validator.routines.checkdigit.IBANCheckDigit;
 
 /**