You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ma...@apache.org on 2006/04/08 22:57:19 UTC

svn commit: r392604 - /jakarta/commons/proper/fileupload/trunk/xdocs/using.xml

Author: martinc
Date: Sat Apr  8 13:57:17 2006
New Revision: 392604

URL: http://svn.apache.org/viewcvs?rev=392604&view=rev
Log:
Don't use deprecated methods in the documentation.

Modified:
    jakarta/commons/proper/fileupload/trunk/xdocs/using.xml

Modified: jakarta/commons/proper/fileupload/trunk/xdocs/using.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/fileupload/trunk/xdocs/using.xml?rev=392604&r1=392603&r2=392604&view=diff
==============================================================================
--- jakarta/commons/proper/fileupload/trunk/xdocs/using.xml (original)
+++ jakarta/commons/proper/fileupload/trunk/xdocs/using.xml Sat Apr  8 13:57:17 2006
@@ -102,7 +102,7 @@
       providing a static method to do just that.
     </p>
 <source><![CDATA[// Check that we have a file upload request
-boolean isMultipart = FileUpload.isMultipartContent(request);]]></source>
+boolean isMultipart = ServletFileUpload.isMultipartContent(request);]]></source>
       <p>
         Now we are ready to parse the request into its constituent items.
       </p>



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