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 05cd89b4 Javadoc
05cd89b4 is described below

commit 05cd89b453e4db2712daa21b51a7d1aeccf1f54b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Dec 1 09:35:53 2023 -0500

    Javadoc
---
 .../apache/commons/validator/routines/checkdigit/ModulusCheckDigit.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusCheckDigit.java
 
b/src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusCheckDigit.java
index b52a44a1..2e15953b 100644
--- 
a/src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusCheckDigit.java
+++ 
b/src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusCheckDigit.java
@@ -51,7 +51,7 @@ public abstract class ModulusCheckDigit implements 
CheckDigit, Serializable {
     }
 
     /**
-     * The modulus can be > 10 provided that the implementing class overrides 
toCheckDigit and toInt (for example as in ISBN10CheckDigit).
+     * The modulus can be greater than 10 provided that the implementing class 
overrides toCheckDigit and toInt (for example as in ISBN10CheckDigit).
      */
     private final int modulus;
 

Reply via email to