On 1/5/2016 10:38 PM, Alan Bateman wrote:

One other question on this is whether there are concurrency issues with the candidate list? I ask because candidateMap is a CHM but the map value (the candidate list) seems to be queried (via the size method) and updated in getCandidateLocale without any synchronization. Is this a concern?

The candidate list (candidates) won't be modified once it's been put in candidatesMap. Are you referring to some other case?

Masayoshi

Reply via email to