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

Comparing jsr166/src/main/java/util/concurrent/LinkedTransferQueue.java (file contents):
Revision 1.74 by jsr166, Sun Nov 23 17:44:51 2014 UTC vs.
Revision 1.75 by jsr166, Tue Dec 2 05:48:29 2014 UTC

# Line 57 | Line 57 | import java.util.function.Consumer;
57   *
58   * @since 1.7
59   * @author Doug Lea
60 < * @param <E> the type of elements held in this collection
60 > * @param <E> the type of elements held in this queue
61   */
62   public class LinkedTransferQueue<E> extends AbstractQueue<E>
63      implements TransferQueue<E>, java.io.Serializable {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines