You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by br...@apache.org on 2004/04/30 14:23:04 UTC

cvs commit: cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/formmodel Upload.java

bruno       2004/04/30 05:23:03

  Modified:    src/blocks/forms/java/org/apache/cocoon/forms/formmodel
                        Upload.java
  Log:
  javadoc fix
  
  Revision  Changes    Path
  1.10      +2 -2      cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/formmodel/Upload.java
  
  Index: Upload.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/formmodel/Upload.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Upload.java	30 Apr 2004 12:19:01 -0000	1.9
  +++ Upload.java	30 Apr 2004 12:23:03 -0000	1.10
  @@ -118,7 +118,7 @@
   
       /**
        * Returns the validation error, if any. There will always be a validation error in case the
  -     * {@link #validate(FormContext)} method returned false.
  +     * {@link #validate()} method returned false.
        */
       public ValidationError getValidationError() {
           return validationError;