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 b9f744a URL for IBAN reference b9f744a is described below commit b9f744afb9e9332d81de103b06f7a9fc6d856ffa Author: Sebb <s...@apache.org> AuthorDate: Sat May 9 17:20:22 2020 +0100 URL for IBAN reference --- src/main/java/org/apache/commons/validator/routines/IBANValidator.java | 3 +++ 1 file changed, 3 insertions(+) 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 b3d4098..2d1d9a5 100644 --- a/src/main/java/org/apache/commons/validator/routines/IBANValidator.java +++ b/src/main/java/org/apache/commons/validator/routines/IBANValidator.java @@ -91,6 +91,9 @@ public class IBANValidator { * [1] https://en.wikipedia.org/wiki/International_Bank_Account_Number * [2] http://www.swift.com/dsp/resources/documents/IBAN_Registry.pdf (404) * => https://www.swift.com/sites/default/files/resources/iban_registry.pdf + * The above is an old version (62, Jan 2016) + * As at May 2020, the current IBAN standards are located at: + * https://www.swift.com/standards/data-standards/iban * [3] http://www.europeanpaymentscouncil.eu/documents/ECBS%20IBAN%20standard%20EBS204_V3.2.pdf */