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.87 by jsr166, Thu Aug 8 20:12:10 2013 UTC vs.
Revision 1.88 by jsr166, Tue Dec 2 05:48:29 2014 UTC

# Line 48 | Line 48 | import java.util.function.Consumer;
48   *
49   * @since 1.5
50   * @author Doug Lea
51 < * @param <E> the type of elements held in this collection
51 > * @param <E> the type of elements held in this queue
52   */
53   public class LinkedBlockingQueue<E> extends AbstractQueue<E>
54          implements BlockingQueue<E>, java.io.Serializable {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines