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 08:10:32 UTC

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

Author: jrthomerson
Date: Fri Oct 22 06:10:31 2010
New Revision: 1026220

URL: http://svn.apache.org/viewvc?rev=1026220&view=rev
Log:
fix lying javadoc on AjaxButton

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

Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/markup/html/form/AjaxButton.java
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/markup/html/form/AjaxButton.java?rev=1026220&r1=1026219&r2=1026220&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/markup/html/form/AjaxButton.java (original)
+++ wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/markup/html/form/AjaxButton.java Fri Oct 22 06:10:31 2010
@@ -26,8 +26,7 @@ import org.apache.wicket.util.string.App
 import org.apache.wicket.util.string.Strings;
 
 /**
- * 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.3
  *