You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by mp...@apache.org on 2003/10/31 11:37:25 UTC

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel AggregateField.java

mpo         2003/10/31 02:37:25

  Modified:    src/blocks/woody/java/org/apache/cocoon/woody/formmodel
                        AggregateField.java
  Log:
  Updating javadoc to be in sync with the changes of cvs-version 1.5.
  (thx to Timothy Larson for spotting this)
  
  Revision  Changes    Path
  1.10      +1 -1      cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel/AggregateField.java
  
  Index: AggregateField.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel/AggregateField.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- AggregateField.java	24 Oct 2003 22:49:08 -0000	1.9
  +++ AggregateField.java	31 Oct 2003 10:37:25 -0000	1.10
  @@ -171,7 +171,7 @@
       }
   
       /**
  -     * Returns true if their is at least one field which has a value.
  +     * Returns false if their is at least one field which has no value.
        */
       private boolean fieldsHaveValues() {
           Iterator fieldsIt = fields.iterator();