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 <[email protected]> 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 > > >
