You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/24 16:32:27 UTC

[commons-validator] branch master updated: Javadoc fix

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 1720064  Javadoc fix
1720064 is described below

commit 1720064cf8885c37bec2c275b61e9e3b57101993
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 24 17:32:18 2020 +0100

    Javadoc fix
---
 src/main/java/org/apache/commons/validator/routines/ISBNValidator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/validator/routines/ISBNValidator.java b/src/main/java/org/apache/commons/validator/routines/ISBNValidator.java
index 8c759c0..0f8036e 100644
--- a/src/main/java/org/apache/commons/validator/routines/ISBNValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/ISBNValidator.java
@@ -59,7 +59,7 @@ import org.apache.commons.validator.routines.checkdigit.CheckDigitException;
  *     <li>979-10, 979-11, 979-12 are assigned to the ISBN agency</li>
  * </ul>
  * All other 979 prefixed EAN-13 numbers have not yet been assigned to an agency. The
- * validator validates all 13 digit codes with 978 or 979 prefixes.</p>
+ * validator validates all 13 digit codes with 978 or 979 prefixes.
  *
  * @version $Revision$
  * @since Validator 1.4