On Mon, 2008-09-29 at 08:46 -0400, Tim Williams wrote: > > + HashMap<String, String> map = new HashMap<String, String>(); > > > + private String cleanFromExpressions(String pathPart, HashMap<String, > > String> map) { > > Hey Thorsten, these caught my eye. Why not use interfaces in these places? > > e.g. > Map<String, String> map = new HashMap<String, String>(); > > Nit-picky, for sure:)
I added your suggestion. Cheers. salu2 > --tim -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions