Miscellaneous improvements to "jar".
Martin Buchholz
martinrb at google.com
Sat Jun 27 21:27:18 UTC 2009
Let's take the latest code style as a compromise we can all live with.
Martin
On Sat, Jun 27, 2009 at 10:20, Ulf Zibis <Ulf.Zibis at gmx.de> wrote:
> Additional 2 cents, I more would like:
>
>>
>> + return File.createTempFile("jartmp", null, (dir != null ? dir :
>> new File(".")));
>>
>
> or:
>
> + return File.createTempFile("jartmp", null,
> + dir != null ? dir : new File("."));
>
> -Ulf
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/core-libs-dev/attachments/20090627/62b33d98/attachment.html>
More information about the core-libs-dev
mailing list