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 97b27f87 Fix malformed Javadoc comments
97b27f87 is described below
commit 97b27f878db2bbbb0ab7a27a4378f242290085dd
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 14 08:24:10 2025 -0500
Fix malformed Javadoc comments
---
src/main/java/org/apache/commons/validator/Validator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/validator/Validator.java
b/src/main/java/org/apache/commons/validator/Validator.java
index dc755ecb..d9bebb63 100644
--- a/src/main/java/org/apache/commons/validator/Validator.java
+++ b/src/main/java/org/apache/commons/validator/Validator.java
@@ -232,7 +232,7 @@ public class Validator implements Serializable {
* <li>The class loader set by {@code setClassLoader()}, if any</li>
* <li>The thread context class loader, if it exists and the
* {@code useContextClassLoader} property is set to true</li>
- * <li>The class loader used to load the Digester class itself.
+ * <li>The class loader used to load the Digester class itself.</li>
* </ul>
* @return the class loader.
*/