jvanzyl     01/05/13 17:41:05

  Modified:    src/java/org/apache/turbine/util/upload FileItem.java
  Log:
  - fixing typo
  
  Revision  Changes    Path
  1.10      +1 -1      
jakarta-turbine/src/java/org/apache/turbine/util/upload/FileItem.java
  
  Index: FileItem.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine/src/java/org/apache/turbine/util/upload/FileItem.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- FileItem.java     2001/05/14 00:29:48     1.9
  +++ FileItem.java     2001/05/14 00:41:05     1.10
  @@ -93,7 +93,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Rafal Krzewski</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Sean Legassick</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
  - * @version $Id: FileItem.java,v 1.9 2001/05/14 00:29:48 jvanzyl Exp $
  + * @version $Id: FileItem.java,v 1.10 2001/05/14 00:41:05 jvanzyl Exp $
    */
   public class FileItem implements DataSource
   {
  @@ -397,7 +397,7 @@
        * A convenience method to write an uploaded
        * file to disk. The client code is not concerned
        * whether or not the file is stored in memory,
  -     * in on disk in a temporary location. They just
  +     * or on disk in a temporary location. They just
        * want to write the uploaded file to disk.
        *
        * @param String full path to location where uploaded
  
  
  

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

Reply via email to