by Dedrick
21. December 2009 22:24
Request Google Wave account. dedrick@wizzimo.org
0e9eaac4-fa23-4665-a68c-de859a70fee2|0|.0
Tags: wave
by Dedrick
2. December 2009 01:25

Error is caused when a collection is created
and modified.
In my case during an foreach loop. I created a Arraylist and used the arraylist.remove method which caused this error.
Solution was to created another Arraylist and add to the second list when my crietria was met, instead of removing from orginal.
Hope this helps