Author: gseitz
Date: Tue Feb 26 15:33:49 2008
New Revision: 631425

URL: http://svn.apache.org/viewvc?rev=631425&view=rev
Log:
corrected wrong key in javadoc

Modified:
    
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/EqualPasswordInputValidator.java

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/EqualPasswordInputValidator.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/EqualPasswordInputValidator.java?rev=631425&r1=631424&r2=631425&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/EqualPasswordInputValidator.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/EqualPasswordInputValidator.java
 Tue Feb 26 15:33:49 2008
@@ -20,27 +20,27 @@
 
 /**
  * Validates that the input of two form components is identical. Errors are 
reported on the second
- * form component with key 'EqualInputValidator' and the variables:
+ * form component with key 'EqualPasswordInputValidator' and the variables:
  * <ul>
  * <li>${input(n)}: the user's input</li>
  * <li>${name}: the name of the component</li>
  * <li>${label(n)}: the label of the component - either comes from 
FormComponent.labelModel or
  * resource key [form-id].[form-component-id] in that order</li>
  * </ul>
- * 
+ *
  * @author Igor Vaynberg (ivaynberg)
  */
 public class EqualPasswordInputValidator extends EqualInputValidator
 {
        /**
-        * 
+        *
         */
        private static final long serialVersionUID = 1L;
 
 
        /**
         * Construct.
-        * 
+        *
         * @param formComponent1
         * @param formComponent2
         */


Reply via email to