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/12 23:30:47 UTC

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

Author: martinc
Date: Wed Apr 12 14:30:46 2006
New Revision: 393622

URL: http://svn.apache.org/viewcvs?rev=393622&view=rev
Log:
Fix a typo in the user guide. Reported by Nick Didkovsky.

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=393622&r1=393621&r2=393622&view=diff
==============================================================================
--- jakarta/commons/proper/fileupload/trunk/xdocs/using.xml (original)
+++ jakarta/commons/proper/fileupload/trunk/xdocs/using.xml Wed Apr 12 14:30:46 2006
@@ -160,7 +160,7 @@
 
 // Set factory constraints
 factory.setSizeThreshold(yourMaxMemorySize);
-factory.setRepositoryPath(yourTempDirectory);
+factory.setRepository(yourTempDirectory);
 
 // Create a new file upload handler
 ServletFileUpload upload = new ServletFileUpload(factory);



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