Date: 2005-03-02T19:02:57
   Editor: DakotaJack
   Wiki: Apache Struts Wiki
   Page: StrutsUpload
   URL: http://wiki.apache.org/struts/StrutsUpload

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -53,11 +53,11 @@
 
 {{{
 public interface MultipartHandler {
-  public void handleRequest(Object [] params) throws IOException;
-  public void setServlet(ActionServlet servlet);
-  public void setMapping(ActionMapping mapping);
-  public ActionServlet getServlet();
+  public void          handleRequest(Object [] params) throws IOException;
   public ActionMapping getMapping();
+  public void          setMapping(ActionMapping mapping);
+  public ActionServlet getServlet();
+  public void          setServlet(ActionServlet servlet);
 }
 }}}
 

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

Reply via email to