Author: jonl
Date: Sun Apr 15 20:26:37 2007
New Revision: 529125

URL: http://svn.apache.org/viewvc?view=rev&rev=529125
Log:
Removed innacurate javadoc.

Modified:
    
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/internal/HtmlBodyContainer.java

Modified: 
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/internal/HtmlBodyContainer.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/internal/HtmlBodyContainer.java?view=diff&rev=529125&r1=529124&r2=529125
==============================================================================
--- 
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/internal/HtmlBodyContainer.java
 (original)
+++ 
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/internal/HtmlBodyContainer.java
 Sun Apr 15 20:26:37 2007
@@ -27,15 +27,8 @@
  * It is transparent in the sense that all requests to access a child component
  * are forwarded to the parent (page) container.
  * <p>
- * Because this container is usually automatically created, it can accessed by
- * WebPage.getBodyContainer().
- * <p>
  * Though it is automatically created it may be replaced by adding you own
  * Component with id == BodyOnLoadHandler.BODY_ID to the Page.
- * <p>
- * Components and Behaviors which wish to modify e.g. the body onLoad attribute
- * may attach an AttributeModifier by means of <code>addOnLoadModifier()</code>
- * or <code>add(new AttributeModifier())</code>.
  * 
  * @author Juergen Donnerstag
  */


Reply via email to