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

Comparing jsr166/src/main/java/util/concurrent/TransferQueue.java (file contents):
Revision 1.5 by jsr166, Tue Mar 15 19:47:04 2011 UTC vs.
Revision 1.6 by jsr166, Tue Dec 2 05:48:29 2014 UTC

# Line 34 | Line 34 | package java.util.concurrent;
34   *
35   * @since 1.7
36   * @author Doug Lea
37 < * @param <E> the type of elements held in this collection
37 > * @param <E> the type of elements held in this queue
38   */
39   public interface TransferQueue<E> extends BlockingQueue<E> {
40      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines