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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to