You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jr...@apache.org on 2010/10/22 09:00:21 UTC

svn commit: r1026226 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/markup/html/form/AjaxSubmitButton.java

Author: jrthomerson
Date: Fri Oct 22 07:00:21 2010
New Revision: 1026226

URL: http://svn.apache.org/viewvc?rev=1026226&view=rev
Log:
found another piece of lying javadoc

Modified:
    wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/markup/html/form/AjaxSubmitButton.java

Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/markup/html/form/AjaxSubmitButton.java
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/markup/html/form/AjaxSubmitButton.java?rev=1026226&r1=1026225&r2=1026226&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/markup/html/form/AjaxSubmitButton.java (original)
+++ wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/markup/html/form/AjaxSubmitButton.java Fri Oct 22 07:00:21 2010
@@ -16,12 +16,10 @@
  */
 package org.apache.wicket.ajax.markup.html.form;
 
-import org.apache.wicket.markup.html.form.Button;
 import org.apache.wicket.markup.html.form.Form;
 
 /**
- * A button that submits the form via ajax. Since this button takes the form as a constructor
- * argument it does not need to be added to it unlike the {@link Button} component.
+ * A button that submits the form via ajax.
  * 
  * @since 1.2
  *