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.68 by jsr166, Mon Dec 12 20:53:11 2011 UTC vs.
Revision 1.69 by jsr166, Sun Oct 21 06:14:12 2012 UTC

# Line 44 | Line 44 | import java.util.NoSuchElementException;
44   * @since 1.5
45   * @author Doug Lea
46   * @param <E> the type of elements held in this collection
47 *
47   */
48   public class LinkedBlockingQueue<E> extends AbstractQueue<E>
49          implements BlockingQueue<E>, java.io.Serializable {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines