DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25920>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25920

ConcurrentModificationException in IterateTag





------- Additional Comments From [EMAIL PROTECTED]  2004-01-19 12:09 -------
ConcurrentModificationException is a RuntimeException and is thrown
in iterator.next() if removeAttribute() was called before. Generally
if you want to remove element while iterating the collection, you 
must use Iterator.remove() instead of Collection.remove()

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to