On 25.03.2014, at 17:04, [email protected] wrote: > + protected synchronized void > resolveDelegateAnalysisEngineImports(Collection<String> > aEnclosingAggregateAeUrls, > ResourceManager aResourceManager, boolean aRecursive) throws > InvalidXMLException {
Would it be unreasonable to ask for comments on methods or blocks that become synchronized explaining why they must be synchronized? It sounds odd to me that descriptions would be shared across threads. Cheers, -- Richard
