You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/20 01:03:49 UTC

[commons-validator] branch master updated: fix javadoc

This is an automated email from the ASF dual-hosted git repository.

sebb 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 6503b57  fix javadoc
     new 43adbba  Merge pull request #26 from XenoAmess/fix_javadoc
6503b57 is described below

commit 6503b5708a04439577cabd63896cdbfe9de76558
Author: XenoAmess <xe...@gmail.com>
AuthorDate: Fri Jun 19 06:39:51 2020 +0800

    fix javadoc
---
 src/main/java/org/apache/commons/validator/ValidatorAction.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/validator/ValidatorAction.java b/src/main/java/org/apache/commons/validator/ValidatorAction.java
index 8c7c927..84973b1 100644
--- a/src/main/java/org/apache/commons/validator/ValidatorAction.java
+++ b/src/main/java/org/apache/commons/validator/ValidatorAction.java
@@ -632,7 +632,7 @@ public class ValidatorAction implements Serializable {
 
     /**
      * Converts a List of parameter class names into their Class objects.
-     * Stores the output in {@link parameterClasses}.  This
+     * Stores the output in {@link #parameterClasses}.  This
      * array is in the same order as the given List and is suitable for passing
      * to the validation method.
      * @throws ValidatorException if a class cannot be loaded.