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 05f96daa Fix Javadoc fail
05f96daa is described below

commit 05f96daab375b4168165806b4cd0ff71799ccf5b
Author: Sebb <s...@apache.org>
AuthorDate: Sat Jan 18 21:50:19 2025 +0000

    Fix Javadoc fail
---
 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 64dba4dd..3e00fe69 100644
--- a/src/main/java/org/apache/commons/validator/routines/IBANValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/IBANValidator.java
@@ -36,7 +36,6 @@ import 
org.apache.commons.validator.routines.checkdigit.IBANCheckDigit;
  * </ul>
  * The class does not perform checks on the embedded BBAN (Basic Bank Account 
Number).
  * Each country has its own rules for these.
- * </p>
  * <p>
  * The validator includes a default set of formats derived from the IBAN 
registry at
  * https://www.swift.com/standards/data-standards/iban.

Reply via email to