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

Comparing jsr166/src/main/java/util/PriorityQueue.java (file contents):
Revision 1.75 by jsr166, Tue Oct 25 20:29:12 2011 UTC vs.
Revision 1.76 by jsr166, Fri Dec 2 14:37:32 2011 UTC

# Line 77 | Line 77 | package java.util;
77   * @author Josh Bloch, Doug Lea
78   * @param <E> the type of elements held in this collection
79   */
80 + @SuppressWarnings("unchecked")
81   public class PriorityQueue<E> extends AbstractQueue<E>
82      implements java.io.Serializable {
83  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines