Skip to content

Commit

Permalink
Javadoc spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 26, 2023
1 parent da119b2 commit 1db93b4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -340,7 +340,7 @@ public void setJsFunction(final String jsFunction) {
}

/**
* 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.
*/
Expand All @@ -349,7 +349,7 @@ public String getJavascript() {
}

/**
* 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.
*/
Expand Down

0 comments on commit 1db93b4

Please sign in to comment.