Le 22/12/2010 15:14, Laurent Medioni a écrit :
> Time to swich to 2.1.11 then ;)
> 
> ResourceReader in 2.1.10:
> private static final Map documents = new HashMap();
> 
> ResourceReader in 2.1.11:
> private static final Map documents = Collections.synchronizedMap(new 
> HashMap());
> 
> See https://issues.apache.org/jira/browse/COCOON-1977

Oh! I was not aware of that...

Thank you for the tip! :-)

> 
> Laurent
> 

Johan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to