You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/06/21 10:18:04 UTC

svn commit: r549422 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Button.java

Author: jbq
Date: Thu Jun 21 01:18:03 2007
New Revision: 549422

URL: http://svn.apache.org/viewvc?view=rev&rev=549422
Log:
Minor Javadoc fix

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

Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Button.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Button.java?view=diff&rev=549422&r1=549421&r2=549422
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Button.java (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Button.java Thu Jun 21 01:18:03 2007
@@ -122,7 +122,7 @@
 
 	/**
 	 * Sets the defaultFormProcessing property. When false (default is true),
-	 * all validation and formupdating is bypassed and the onSubmit method of
+	 * all validation and form updating is bypassed and the onSubmit method of
 	 * that button is called directly, and the onSubmit method of the parent
 	 * form is not called. A common use for this is to create a cancel button.
 	 *