Thank you Jacques, I have improved that old comment in rev. 1366294 Jacopo
On Jul 27, 2012, at 7:15 AM, Jacques Le Roux wrote: >> - // uses the lookup map to determin if the location has been aliased in >> serviceconfig.xml >> + // uses the lookup map to determine if the location has been aliased in >> serviceconfig.xml >> protected String getLocation(ModelService model) { >> if (locationMap.containsKey(model.location)) { >> return locationMap.get(model.location); > > If serviceconfig.xml means serviceengine.xml here and location means > service-location, could we change the comment here? Else just > discard this comment (not enough time to digg in) > > Jacques