This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
RE: Patch: File.createTempFile fixes
- To: "'tromey at cygnus dot com'" <tromey at cygnus dot com>
- Subject: RE: Patch: File.createTempFile fixes
- From: Anthony Green <green at cygnus dot com>
- Date: Mon, 4 Sep 2000 13:53:13 -0700
- Cc: "java-patches at sources dot redhat dot com" <java-patches at sources dot redhat dot com>
- Organization: Red Hat
- Reply-To: "green at cygnus dot com" <green at cygnus dot com>
On Monday, September 04, 2000 1:40 PM, Tom Tromey [SMTP:tromey@cygnus.com]
wrote:
> I don't think there's any need to synchronize on tmpdir in the method.
Ok - I've removed this and committed the changes. Thanks.
AG