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 3cfbef99 Javadoc 3cfbef99 is described below commit 3cfbef99887aa60d5b1caf901848bdc4410c6e0b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 4 08:54:58 2025 -0400 Javadoc --- src/main/java/org/apache/commons/validator/Field.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/validator/Field.java b/src/main/java/org/apache/commons/validator/Field.java index f0f0b993..f290b4f4 100644 --- a/src/main/java/org/apache/commons/validator/Field.java +++ b/src/main/java/org/apache/commons/validator/Field.java @@ -342,7 +342,7 @@ public class Field implements Cloneable, Serializable { } /** - * Retrieves the Args for the given validator name. + * Gets the Args for the given validator name. * @param key The validator's args to retrieve. * @return An Arg[] sorted by the Args' positions (for example, the Arg at index 0 * has a position of 0).