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

commit ca4db8dca6829bce1b1701a74a115c6e2e39f2f0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 21 10:59:57 2024 -0400

    Javadoc
---
 .../java/org/apache/commons/validator/routines/IBANValidator.java    | 5 ++++-
 1 file changed, 4 insertions(+), 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 68408207..277b5b36 100644
--- a/src/main/java/org/apache/commons/validator/routines/IBANValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/IBANValidator.java
@@ -54,7 +54,8 @@ public class IBANValidator {
      * The validation class
      */
     public static class Validator {
-        /*
+
+        /**
          * The minimum length does not appear to be defined by the standard.
          * Norway is currently the shortest at 15.
          *
@@ -77,6 +78,7 @@ public class IBANValidator {
 
         /**
          * Creates the validator.
+         *
          * @param countryCode the country code
          * @param ibanLength the length of the IBAN
          * @param regexWithCC the regex to use to check the format, the regex 
MUST start with the country code.
@@ -87,6 +89,7 @@ public class IBANValidator {
 
         /**
          * Creates the validator.
+         *
          * @param countryCode the country code
          * @param ibanLength the length of the IBAN
          * @param regexWithoutCC the regex to use to check the format, the 
regex MUST NOT start with the country code.

Reply via email to