You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by eh...@apache.org on 2003/10/07 14:49:42 UTC

cvs commit: jakarta-tapestry/framework/src/org/apache/tapestry/util ComponentAddress.java

ehatcher    2003/10/07 05:49:42

  Modified:    framework/src/org/apache/tapestry/util ComponentAddress.java
  Log:
  @param mismatch fix
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-tapestry/framework/src/org/apache/tapestry/util/ComponentAddress.java
  
  Index: ComponentAddress.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/util/ComponentAddress.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ComponentAddress.java	23 Mar 2003 01:29:41 -0000	1.2
  +++ ComponentAddress.java	7 Oct 2003 12:49:42 -0000	1.3
  @@ -124,7 +124,7 @@
   
       /**
        * Finds a component with the current address using the given RequestCycle.
  -     * @param objCycle the RequestCycle to use to locate the component
  +     * @param cycle the RequestCycle to use to locate the component
        * @return IComponent a component that has been initialized for the given RequestCycle
        */
       public IComponent findComponent(IRequestCycle cycle)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org