ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/LinkedBlockingQueue.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingQueue.java (file contents):
Revision 1.51 by jsr166, Wed Jul 29 18:13:44 2009 UTC vs.
Revision 1.52 by jsr166, Wed Jul 29 20:53:30 2009 UTC

# Line 699 | Line 699 | public class LinkedBlockingQueue<E> exte
699      /**
700       * Returns an iterator over the elements in this queue in proper sequence.
701       * The returned {@code Iterator} is a "weakly consistent" iterator that
702 <     * will never throw {@link ConcurrentModificationException},
702 >     * will never throw {@link java.util.ConcurrentModificationException
703 >     * ConcurrentModificationException},
704       * and guarantees to traverse elements as they existed upon
705       * construction of the iterator, and may (but is not guaranteed to)
706       * reflect any modifications subsequent to construction.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines