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 372130f7 Remove obsolete comment
372130f7 is described below

commit 372130f70db7da8408d384fd84c48be0b9d131e4
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Dec 30 09:44:45 2024 -0500

    Remove obsolete comment
---
 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 037b487a..26a48f8f 100644
--- a/src/main/java/org/apache/commons/validator/Validator.java
+++ b/src/main/java/org/apache/commons/validator/Validator.java
@@ -120,7 +120,7 @@ public class Validator implements Serializable {
      * @deprecated Use {@link #getParameters()}.
      */
     @Deprecated
-    protected Map<String, Object> parameters = new HashMap<>(); // <String, 
Object>
+    protected Map<String, Object> parameters = new HashMap<>();
 
     /**
      * The current page number to validate.

Reply via email to