You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by mr...@apache.org on 2006/04/28 07:22:39 UTC

svn commit: r397763 - /struts/action/trunk/core/src/main/java/org/apache/struts/upload/MultipartRequestHandler.java

Author: mrdon
Date: Thu Apr 27 22:22:36 2006
New Revision: 397763

URL: http://svn.apache.org/viewcvs?rev=397763&view=rev
Log:
Fixed javadoc to fit implementation
STR-2698

Modified:
    struts/action/trunk/core/src/main/java/org/apache/struts/upload/MultipartRequestHandler.java

Modified: struts/action/trunk/core/src/main/java/org/apache/struts/upload/MultipartRequestHandler.java
URL: http://svn.apache.org/viewcvs/struts/action/trunk/core/src/main/java/org/apache/struts/upload/MultipartRequestHandler.java?rev=397763&r1=397762&r2=397763&view=diff
==============================================================================
--- struts/action/trunk/core/src/main/java/org/apache/struts/upload/MultipartRequestHandler.java (original)
+++ struts/action/trunk/core/src/main/java/org/apache/struts/upload/MultipartRequestHandler.java Thu Apr 27 22:22:36 2006
@@ -98,7 +98,7 @@
      * <p> This method returns all elements of a multipart request. </p>
      *
      * @return A Hashtable where the keys are input names and values are
-     *         either Strings or FormFiles
+     *         either String arrays or FormFiles
      */
     public Hashtable getAllElements();
 



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