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

Comparing jsr166/src/main/java/util/Queue.java (file contents):
Revision 1.41 by jsr166, Tue Nov 12 23:23:05 2013 UTC vs.
Revision 1.42 by jsr166, Tue Dec 2 05:48:28 2014 UTC

# Line 110 | Line 110 | package java.util;
110   * @see java.util.concurrent.PriorityBlockingQueue
111   * @since 1.5
112   * @author Doug Lea
113 < * @param <E> the type of elements held in this collection
113 > * @param <E> the type of elements held in this queue
114   */
115   public interface Queue<E> extends Collection<E> {
116      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines