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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentLinkedQueue.java (file contents):
Revision 1.104 by jsr166, Sun Nov 23 18:20:26 2014 UTC vs.
Revision 1.105 by jsr166, Tue Dec 2 05:48:28 2014 UTC

# Line 74 | Line 74 | import java.util.function.Consumer;
74   *
75   * @since 1.5
76   * @author Doug Lea
77 < * @param <E> the type of elements held in this collection
77 > * @param <E> the type of elements held in this queue
78   */
79   public class ConcurrentLinkedQueue<E> extends AbstractQueue<E>
80          implements Queue<E>, java.io.Serializable {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines