Just like it says on the Javadoc:
https://docs.oracle.com/javase/7/docs/api/java/util/ConcurrentModificationException.html
One piece of code must be reading while another is writing on the
collection.
Gary
On Thu, Dec 28, 2017 at 11:21 AM, durairaj t wrote:
> Hi All,
>
> I'm using comm.coll4 w
Hi All,
I'm using comm.coll4 with JBOSS EAP sever 7.0 runtime and getting the below
error,
I don't know whats going on, Any help?
Error Message:
__
Caused by: java.util.ConcurrentModificationException
at org.apache.commons.collections4.map.AbstractLinkedMap$LinkIt
erator.nextEntry(