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

Comparing jsr166/src/main/java/util/concurrent/ArrayBlockingQueue.java (file contents):
Revision 1.75 by dl, Mon Nov 15 14:39:54 2010 UTC vs.
Revision 1.76 by jsr166, Thu Nov 18 22:02:42 2010 UTC

# Line 673 | Line 673 | public class ArrayBlockingQueue<E> exten
673  
674      /**
675       * Returns an iterator over the elements in this queue in proper sequence.
676 <     * The returned <tt>Iterator</tt> is a "weakly consistent" iterator that
676 >     * The returned {@code Iterator} is a "weakly consistent" iterator that
677       * will never throw {@link ConcurrentModificationException},
678       * and guarantees to traverse elements as they existed upon
679       * construction of the iterator, and may (but is not guaranteed to)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines