Author: mgrigorov
Date: Sun Oct 31 17:38:39 2010
New Revision: 1029431
URL: http://svn.apache.org/viewvc?rev=1029431&view=rev
Log:
WICKET-3139 Fix comments for Form.process() to be consistent with method
declaration
Remove the javadoc part saying that the Form#process() is overrideable, it is
not in 1.5 (the method is private).
Modified:
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java
Modified:
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java?rev=1029431&r1=1029430&r2=1029431&view=diff
==============================================================================
---
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java
(original)
+++
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java
Sun Oct 31 17:38:39 2010
@@ -842,8 +842,7 @@ public class Form<T> extends WebMarkupCo
}
/**
- * Process the form. Though you can override this method to provide
your whole own algorithm, it
- * is not recommended to do so.
+ * Process the form.
* <p>
* See the class documentation for further details on the form
processing
* </p>