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/09/05 18:30:35 UTC

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

Author: jbq
Date: Wed Sep  5 09:30:34 2007
New Revision: 572987

URL: http://svn.apache.org/viewvc?rev=572987&view=rev
Log:
Fix typo in findSubmittingButton() Javadoc

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

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java?rev=572987&r1=572986&r2=572987&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java Wed Sep  5 09:30:34 2007
@@ -503,8 +503,8 @@
 	/**
 	 * Gets the IFormSubmittingComponent which submitted this form.
 	 * 
-	 * @return The component which submitted this form or null if the processing was not trigger by
-	 *         a registered IFormSubmittingComponent
+	 * @return The component which submitted this form, or null if the processing was not triggered
+	 *         by a registered IFormSubmittingComponent
 	 */
 	public final IFormSubmittingComponent findSubmittingButton()
 	{