Author: veithen
Date: Mon Jun 13 10:51:30 2011
New Revision: 1135082
URL: http://svn.apache.org/viewvc?rev=1135082&view=rev
Log:
Updated the user guide to include a comment about AXIOM-365.
Modified:
webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml
Modified: webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml?rev=1135082&r1=1135081&r2=1135082&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml Mon Jun 13
10:51:30 2011
@@ -1230,6 +1230,11 @@ while (iterator.hasNext()) {
a
<classname>ConcurrentModificationException</classname> may be thrown if a
thread modifies a
collection directly while it is iterating over the
collection with an iterator.
</para>
+ <para>
+ In Axiom 1.2.12, the iterator implementations have
been further improved to detect this situation
+ and to throw a
<classname>ConcurrentModificationException</classname>. This enables early
detection
+ of problematic usages of iterators.
+ </para>
</section>
</section>
</section>