slawekjaranowski commented on code in PR #312: URL: https://github.com/apache/commons-validator/pull/312#discussion_r1918076711
########## src/main/java/org/apache/commons/validator/routines/IBANValidator.java: ########## @@ -112,6 +118,11 @@ public Validator(final String countryCode, final int ibanLength, final String re this.regexValidator = new RegexValidator(regexList); } + public Validator withSpecificCheckDigit(CheckDigit specificAccountCheckDigit) { Review Comment: public method should have a documentation ... please add javadoc for it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org