You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2007/08/15 21:17:39 UTC

svn commit: r566307 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupContainer.java

Author: ivaynberg
Date: Wed Aug 15 12:17:38 2007
New Revision: 566307

URL: http://svn.apache.org/viewvc?view=rev&rev=566307
Log:
removed obsolete javadoc

Modified:
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupContainer.java

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupContainer.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupContainer.java?view=diff&rev=566307&r1=566306&r2=566307
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupContainer.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupContainer.java Wed Aug 15 12:17:38 2007
@@ -121,10 +121,6 @@
 
 	/**
 	 * Adds a child component to this container.
-	 * <p>
-	 * Be careful when overriding this method, if not implemented properly it
-	 * may lead to a java component hierarchy which no longer matches the
-	 * template hierarchy, which in turn will lead to an error.
 	 * 
 	 * @param child
 	 *            The child