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

Reply via email to