On 04/05/2011 05:21 PM, Denis Lila wrote: >> If you need the Map to be safe for concurrent access, then you should >> say so in its type, no? > > That's a good point. Is it ok to push after I > change "Map" to "ConcurrentHashMap"? (I would like to avoid > another patch for such a small change) Yes. Andrew.