Yes, thanks for the copious discussion. -Ulf
Am 27.06.2009 23:27, Martin Buchholz schrieb:
Let's take the latest code style as a compromise we can all live with. MartinOn Sat, Jun 27, 2009 at 10:20, Ulf Zibis <ulf.zi...@gmx.de <mailto:ulf.zi...@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