Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 30, 2024
1 parent 6958a17 commit 372130f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/validator/Validator.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 372130f

Please sign in to comment.