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 e130c56 Typo e130c56 is described below commit e130c56b907ed1af7fa20d076af25b390c9d53da Author: Sebb <s...@apache.org> AuthorDate: Tue Jul 28 12:20:09 2020 +0100 Typo --- .../apache/commons/validator/routines/checkdigit/LuhnCheckDigit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/validator/routines/checkdigit/LuhnCheckDigit.java b/src/main/java/org/apache/commons/validator/routines/checkdigit/LuhnCheckDigit.java index 4eb1f6d..25a39f6 100644 --- a/src/main/java/org/apache/commons/validator/routines/checkdigit/LuhnCheckDigit.java +++ b/src/main/java/org/apache/commons/validator/routines/checkdigit/LuhnCheckDigit.java @@ -64,7 +64,7 @@ public final class LuhnCheckDigit extends ModulusCheckDigit { * * @param charValue The numeric value of the character. * @param leftPos The position of the character in the code, counting from left to right - * @param rightPos The positionof the character in the code, counting from right to left + * @param rightPos The position of the character in the code, counting from right to left * @return The weighted value of the character. */ @Override