You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mk...@apache.org on 2005/12/01 17:02:05 UTC

svn commit: r350267 - /myfaces/api/trunk/src/java/javax/faces/component/UIComponent.java

Author: mkienenb
Date: Thu Dec  1 08:02:00 2005
New Revision: 350267

URL: http://svn.apache.org/viewcvs?rev=350267&view=rev
Log:
Oops.  Move the Use work out of the code tag :)

Modified:
    myfaces/api/trunk/src/java/javax/faces/component/UIComponent.java

Modified: myfaces/api/trunk/src/java/javax/faces/component/UIComponent.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/src/java/javax/faces/component/UIComponent.java?rev=350267&r1=350266&r2=350267&view=diff
==============================================================================
--- myfaces/api/trunk/src/java/javax/faces/component/UIComponent.java (original)
+++ myfaces/api/trunk/src/java/javax/faces/component/UIComponent.java Thu Dec  1 08:02:00 2005
@@ -50,7 +50,7 @@
      * <p>Set the parent <code>UIComponent</code> of this
      * <code>UIComponent</code>.  <strong>This method must
      * never be called by developers.
-     * <code>Use parent.getChildren().add(child)</code> instead.
+     * Use <code>parent.getChildren().add(child)</code> instead.
      * A {@link UIComponent}'s internal
      * implementation will call this method as components are added to or
      * removed from a parent's child <code>List</code> or