I prefer #1 and am happy to apply this formatting across the board. It seems more standard (though I don't know that even I have adhered to it 100%) and is apparently our style.
On Tue, Dec 15, 2009 at 6:50 PM, Robin Anil <[email protected]> wrote: > In the new lucene codestyle this format is being used. > > Map<String,Element> map = new HashMap<String,Element>(); > > Where all our code has been using > > Map<String, Element> map = new HashMap<String, Element>(); > > Notice the space after , > > So i guess there is still some inconsistency in the style file >
