You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Nick Didkovsky <di...@mail.rockefeller.edu> on 2006/04/12 22:06:57 UTC

typo in FileUpload User guide

Found a typo in User guide at 
http://jakarta.apache.org/commons/fileupload/using.html

factory.setRepositoryPath(yourTempDirectory);

should be

factory.setRepository(yourTempDirectory);


Thanks
Nick

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


Re: typo in FileUpload User guide

Posted by Martin Cooper <ma...@apache.org>.
Thanks. The change is checked in and will show up the next time the site is
refreshed.

--
Martin Cooper


On 4/12/06, Nick Didkovsky <di...@mail.rockefeller.edu> wrote:
>
> Found a typo in User guide at
> http://jakarta.apache.org/commons/fileupload/using.html
>
> factory.setRepositoryPath(yourTempDirectory);
>
> should be
>
> factory.setRepository(yourTempDirectory);
>
>
> Thanks
> Nick
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>
>