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
The following commit(s) were added to refs/heads/master by this push: new 89c9b7dc Fix Javadoc link 89c9b7dc is described below commit 89c9b7dc62faab3e7fc52132c0ee0fe5f29c6134 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 3 09:11:49 2023 -0500 Fix Javadoc link --- .../org/apache/commons/validator/routines/checkdigit/CheckDigit.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/validator/routines/checkdigit/CheckDigit.java b/src/main/java/org/apache/commons/validator/routines/checkdigit/CheckDigit.java index dc50592f..f51d609d 100644 --- a/src/main/java/org/apache/commons/validator/routines/checkdigit/CheckDigit.java +++ b/src/main/java/org/apache/commons/validator/routines/checkdigit/CheckDigit.java @@ -16,6 +16,8 @@ */ package org.apache.commons.validator.routines.checkdigit; +import org.apache.commons.validator.routines.CodeValidator; + /** * <b>Check Digit</b> calculation and validation. * <p> @@ -35,7 +37,7 @@ package org.apache.commons.validator.routines.checkdigit; * and then convert them to the new ISBN-13 standard. * </p> * <p> - * CheckDigit is used by the new generic @link CodeValidator} implementation. + * CheckDigit is used by the new generic {@link CodeValidator} implementation. * </p> * * <h2>Implementations</h2>