dion        2004/08/30 21:58:11

  Modified:    jelly/src/java/org/apache/commons/jelly/tags/core
                        ForEachTag.java
  Log:
  Docs for Jelly-98
  
  Revision  Changes    Path
  1.26      +6 -3      
jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/ForEachTag.java
  
  Index: ForEachTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/ForEachTag.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- ForEachTag.java   27 Aug 2004 05:01:32 -0000      1.25
  +++ ForEachTag.java   31 Aug 2004 04:58:11 -0000      1.26
  @@ -142,8 +142,11 @@
       // Properties
       //-------------------------------------------------------------------------     
               
   
  -    /** Sets the expression used to iterate over
  -      */
  +    /**
  +     * Sets the expression used to iterate over.
  +     * This expression could resolve to an Iterator, Collection, Map, Array,
  +     * Enumeration or comma separated String. 
  +     */
       public void setItems(Expression items) {
           this.items = items;
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to