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

svn commit: r995217 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java

Author: mgrigorov
Date: Wed Sep  8 19:38:23 2010
New Revision: 995217

URL: http://svn.apache.org/viewvc?rev=995217&view=rev
Log:
Remove obsolete javadocs


Modified:
    wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java

Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java?rev=995217&r1=995216&r2=995217&view=diff
==============================================================================
--- wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java (original)
+++ wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java Wed Sep  8 19:38:23 2010
@@ -125,8 +125,6 @@ import org.slf4j.LoggerFactory;
  * methods such as onValidate(), onSubmit() and onError() (although only the latter two are likely
  * to be overridden in practice).
  * 
- * <li><b>onBeginRequest </b>- The {@link Component#onBeginRequest()} method is called.
- * 
  * <li><b>Form Submit </b>- If a Form has been submitted and the Component is a FormComponent, the
  * component's model is validated by a call to FormComponent.validate().
  * 
@@ -139,7 +137,6 @@ import org.slf4j.LoggerFactory;
  * Component becomes immutable. Attempts to alter the Component will result in a
  * WicketRuntimeException.
  * 
- * <li><b>onEndRequest </b>() - The {@link Component#onEndRequest()} method is called.
  * </ul>
  * 
  * <li><b>Component Models </b>- The primary responsibility of a component is to use its model (an