Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 19, 2023
1 parent eac4125 commit ff2d431
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public String getClassname() {

/**
* Sets the class of the validator action.
* @param class name Class name of the validator Action.
* @param className Class name of the validator Action.
* @deprecated Use {@link #setClassName(String)}.
*/
@Deprecated
Expand All @@ -191,7 +191,7 @@ public void setClassname(final String className) {

/**
* Sets the class of the validator action.
* @param class name Class name of the validator Action.
* @param className Class name of the validator Action.
*/
public void setClassName(final String className) {
this.className = className;
Expand Down

0 comments on commit ff2d431

Please sign in to comment.