jdk/src/share/classes/java/util/concurrent/ConcurrentLinkedQueue.java
changeset 3419 3ae6dc68c20d
parent 3414 cdf768813b4d
child 4110 ac033ba6ede4
--- a/jdk/src/share/classes/java/util/concurrent/ConcurrentLinkedQueue.java	Wed Jul 29 11:19:14 2009 -0700
+++ b/jdk/src/share/classes/java/util/concurrent/ConcurrentLinkedQueue.java	Wed Jul 29 13:56:15 2009 -0700
@@ -562,7 +562,8 @@
     /**
      * Returns an iterator over the elements in this queue in proper sequence.
      * The returned iterator is a "weakly consistent" iterator that
-     * will never throw {@link ConcurrentModificationException},
+     * will never throw {@link java.util.ConcurrentModificationException
+     * ConcurrentModificationException},
      * and guarantees to traverse elements as they existed upon
      * construction of the iterator, and may (but is not guaranteed to)
      * reflect any modifications subsequent to construction.