You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by eh...@apache.org on 2007/08/19 02:18:14 UTC

svn commit: r567343 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java

Author: ehillenius
Date: Sat Aug 18 17:18:12 2007
New Revision: 567343

URL: http://svn.apache.org/viewvc?view=rev&rev=567343
Log:
javadoc

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

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java?view=diff&rev=567343&r1=567342&r2=567343
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java Sat Aug 18 17:18:12 2007
@@ -774,7 +774,7 @@
 	}
 
 	/**
-	 * Called to indicate that
+	 * Indicate that validation of this form component failed.
 	 */
 	public final void invalid()
 	{