You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/19 19:38:29 UTC

[commons-validator] branch master updated: Remove legacy Subversion keyword substitution markers

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 22265fbf Remove legacy Subversion keyword substitution markers
22265fbf is described below

commit 22265fbf547f77f8f6230e6efb89e8a9b0ded106
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 15:38:25 2023 -0400

    Remove legacy Subversion keyword substitution markers
---
 .../commons/validator/routines/checkdigit/ModulusTenCheckDigit.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusTenCheckDigit.java b/src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusTenCheckDigit.java
index 82b460cf..3f7d43ac 100644
--- a/src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusTenCheckDigit.java
+++ b/src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusTenCheckDigit.java
@@ -109,7 +109,6 @@ import org.apache.commons.validator.routines.CodeValidator;
  * </pre>
  *
  * @since 1.6
- * @version $Revision: 1739356 $
  */
 public final class ModulusTenCheckDigit extends ModulusCheckDigit {