You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by eh...@apache.org on 2007/06/17 20:16:36 UTC

svn commit: r548085 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

Author: ehillenius
Date: Sun Jun 17 11:16:35 2007
New Revision: 548085

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

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

Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java?view=diff&rev=548085&r1=548084&r2=548085
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java Sun Jun 17 11:16:35 2007
@@ -63,10 +63,9 @@
  * unique or unique within a Page's component hierarchy.
  * 
  * <li><b>Hierarchy </b>- A component has a parent which can be retrieved with
- * getParent(). If a component is an instance of MarkupContainer, it may have
- * children. In this way it has a place in the hierarchy of components contained
- * on a given page. The {@link Component#isAncestorOf(Component)} method returns
- * true if this Component is an ancestor of the given Component.
+ * {@link #getParent()}. If a component is an instance of MarkupContainer, it
+ * may have children. In this way it has a place in the hierarchy of components
+ * contained on a given page.
  * 
  * <li><b>Component Paths </b>- The path from the Page at the root of the
  * component hierarchy to a given Component is simply the concatenation with dot