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

Comparing jsr166/src/main/java/util/AbstractQueue.java (file contents):
Revision 1.38 by jsr166, Wed Jan 16 01:59:47 2013 UTC vs.
Revision 1.39 by jsr166, Tue Dec 2 05:48:28 2014 UTC

# Line 30 | Line 30 | package java.util;
30   *
31   * @since 1.5
32   * @author Doug Lea
33 < * @param <E> the type of elements held in this collection
33 > * @param <E> the type of elements held in this queue
34   */
35   public abstract class AbstractQueue<E>
36      extends AbstractCollection<E>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines