jmcnally    02/04/10 22:54:55

  Modified:    fileupload/src/java/org/apache/commons/fileupload
                        FileItem.java
  Log:
  removed a method that is only meant for internal use.
  
  Revision  Changes    Path
  1.2       +1 -12     
jakarta-commons-sandbox/fileupload/src/java/org/apache/commons/fileupload/FileItem.java
  
  Index: FileItem.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/fileupload/src/java/org/apache/commons/fileupload/FileItem.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FileItem.java     24 Mar 2002 07:05:13 -0000      1.1
  +++ FileItem.java     11 Apr 2002 05:54:55 -0000      1.2
  @@ -83,7 +83,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.1 2002/03/24 07:05:13 jmcnally Exp $
  + * @version $Id: FileItem.java,v 1.2 2002/04/11 05:54:55 jmcnally Exp $
    */
   public interface FileItem
       extends DataSource
  @@ -193,17 +193,6 @@
        * @return A File.
        */
       public File getStoreLocation();
  -
  -    /**
  -     * Returns an {@link java.io.OutputStream OutputStream} that can
  -     * be used for storing the contents of the file.
  -     * (implements DataSource method)
  -     *
  -     * @return an {@link java.io.OutputStream OutputStream} that can be
  -     * used for storing the contensts of the file.
  -     * @exception IOException.
  -     */
  -    public OutputStream getOutputStream() throws IOException;
   
       /**
        * A convenience method to write an uploaded
  
  
  

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

Reply via email to