This is an automated email from the ASF dual-hosted git repository.

garydgregory 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 989111bb Javadoc
989111bb is described below

commit 989111bb4a9d98b18ce32e0afd8035505df63dc7
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 27 10:43:18 2026 -0400

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

diff --git 
a/src/test/java/org/apache/commons/validator/routines/checkdigit/SedolCheckDigitTest.java
 
b/src/test/java/org/apache/commons/validator/routines/checkdigit/SedolCheckDigitTest.java
index 3c941978..70e7f41a 100644
--- 
a/src/test/java/org/apache/commons/validator/routines/checkdigit/SedolCheckDigitTest.java
+++ 
b/src/test/java/org/apache/commons/validator/routines/checkdigit/SedolCheckDigitTest.java
@@ -24,7 +24,7 @@ import org.junit.jupiter.params.ParameterizedTest;
 import org.junit.jupiter.params.provider.ValueSource;
 
 /**
- * ISIN Check Digit Test.
+ * Tests {@link SedolCheckDigit#SEDOL_CHECK_DIGIT}.
  */
 class SedolCheckDigitTest extends AbstractCheckDigitTest {
 

Reply via email to