You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/02/17 04:32:54 UTC

svn commit: r154115 - struts/core/trunk/src/share/org/apache/struts/action/ActionForm.java

Author: jmitchell
Date: Wed Feb 16 19:32:54 2005
New Revision: 154115

URL: http://svn.apache.org/viewcvs?view=rev&rev=154115
Log:
fix for bug 33612

Modified:
    struts/core/trunk/src/share/org/apache/struts/action/ActionForm.java

Modified: struts/core/trunk/src/share/org/apache/struts/action/ActionForm.java
URL: http://svn.apache.org/viewcvs/struts/core/trunk/src/share/org/apache/struts/action/ActionForm.java?view=diff&r1=154114&r2=154115
==============================================================================
--- struts/core/trunk/src/share/org/apache/struts/action/ActionForm.java (original)
+++ struts/core/trunk/src/share/org/apache/struts/action/ActionForm.java Wed Feb 16 19:32:54 2005
@@ -136,7 +136,7 @@
 
 
     /**
-     * <p>Set the Handler provides to use in dealing with file uploads.</p>
+     * <p>Set the Handler provided for use in dealing with file uploads.</p>
      *
      * @param multipartRequestHandler The Handler to use for fileuploads.
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org