On Fri, 20 Jun 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]>
wrote:

> Why do we not use java.io.tmpdir ?

JDK 1.1 legacy - we'd probably better go the full way and use
File#createTempFile in that method if you are going to change it - and
change the Javadocs appropriately (as the file will get created by the
changed method).

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to