Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-jforum/src/java/net/jforum/util/legacy/commons/fileupload
In directory 
james.mmbase.org:/tmp/cvs-serv8451/portlets-jforum/src/java/net/jforum/util/legacy/commons/fileupload

Modified Files:
        FileUpload.java 
Log Message:
CMSC-212 first version checkin .


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-jforum/src/java/net/jforum/util/legacy/commons/fileupload
See also: http://www.mmbase.org/jira/browse/CMSC-212


Index: FileUpload.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-jforum/src/java/net/jforum/util/legacy/commons/fileupload/FileUpload.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- FileUpload.java     17 Jan 2008 07:48:23 -0000      1.1
+++ FileUpload.java     17 Jan 2008 09:17:41 -0000      1.2
@@ -38,7 +38,7 @@
  * @author <a href="mailto:[EMAIL PROTECTED]">Martin Cooper</a>
  * @author Sean C. Sullivan
  *
- * @version $Id: FileUpload.java,v 1.1 2008/01/17 07:48:23 mguo Exp $
+ * @version $Id: FileUpload.java,v 1.2 2008/01/17 09:17:41 mguo Exp $
  */
 public class FileUpload
     extends FileUploadBase {
@@ -58,15 +58,7 @@
     /**
      * Constructs an uninitialised instance of this class. A factory must be
      * configured, using <code>setFileItemFactory()</code>, before attempting
-     * to parse requests.
-     *
-     * @see #FileUpload(FileItemFactory)
-     */
-    public FileUpload() {
-        super();
-    }
-
-
+     * to a
     /**
      * Constructs an instance of this class which uses the supplied factory to
      * create <code>FileItem</code> instances.
@@ -79,6 +71,7 @@
     }
 
 
+
     // ----------------------------------------------------- Property accessors
 
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to