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 1db93b48 Javadoc spelling
1db93b48 is described below

commit 1db93b48f3cba45d4ddc132a615c686b247b56fd
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 26 15:58:22 2023 -0500

    Javadoc spelling
---
 src/main/java/org/apache/commons/validator/ValidatorAction.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/commons/validator/ValidatorAction.java 
b/src/main/java/org/apache/commons/validator/ValidatorAction.java
index 344c1f95..9a577ec8 100644
--- a/src/main/java/org/apache/commons/validator/ValidatorAction.java
+++ b/src/main/java/org/apache/commons/validator/ValidatorAction.java
@@ -129,12 +129,12 @@ public class ValidatorAction implements Serializable {
 
     /**
      * An optional field to containing a JavaScript representation of the
-     * java method assocated with this action.
+     * Java method assocated with this action.
      */
     private String javascript;
 
     /**
-     * If the java method matching the correct signature isn't static, the
+     * If the Java method matching the correct signature isn't static, the
      * instance is stored in the action.  This assumes the method is thread
      * safe.
      */
@@ -340,7 +340,7 @@ public class ValidatorAction implements Serializable {
     }
 
     /**
-     * Gets the Javascript equivalent of the java class and method
+     * Gets the Javascript equivalent of the Java class and method
      * associated with this action.
      * @return The Javascript validation.
      */
@@ -349,7 +349,7 @@ public class ValidatorAction implements Serializable {
     }
 
     /**
-     * Sets the Javascript equivalent of the java class and method
+     * Sets the Javascript equivalent of the Java class and method
      * associated with this action.
      * @param javascript The Javascript validation.
      */

Reply via email to