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 2004/04/06 20:51:56 UTC

cvs commit: jakarta-tapestry/framework/src/org/apache/tapestry/components Foreach.java

ehatcher    2004/04/06 11:51:56

  Modified:    framework/src/org/apache/tapestry/components Foreach.java
  Log:
  javadoc fixup
  
  Revision  Changes    Path
  1.6       +3 -3      jakarta-tapestry/framework/src/org/apache/tapestry/components/Foreach.java
  
  Index: Foreach.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/components/Foreach.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Foreach.java	19 Feb 2004 17:38:05 -0000	1.5
  +++ Foreach.java	6 Apr 2004 18:51:56 -0000	1.6
  @@ -137,7 +137,7 @@
       /**
        *  Returns the most recent value extracted from the source parameter.
        *
  -     *  @throws RenderOnlyPropertyException if the Foreach is not currently rendering.
  +     *  @throws org.apache.tapestry.ApplicationRuntimeException if the Foreach is not currently rendering.
        *
        **/
   
  @@ -157,7 +157,7 @@
        *  The index number, within the {@link #getSource() source}, of the
        *  the current value.
        * 
  -     *  @throws RenderOnlyPropertyException if the Foreach is not currently rendering.
  +     *  @throws org.apache.tapestry.ApplicationRuntimeException if the Foreach is not currently rendering.
        *
        *  @since 2.2
        * 
  
  
  

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