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

Comparing jsr166/src/main/java/util/concurrent/PriorityBlockingQueue.java (file contents):
Revision 1.81 by jsr166, Sun Jul 3 06:08:22 2011 UTC vs.
Revision 1.82 by jsr166, Fri Dec 2 14:37:32 2011 UTC

# Line 65 | Line 65 | import java.util.*;
65   * @author Doug Lea
66   * @param <E> the type of elements held in this collection
67   */
68 + @SuppressWarnings("unchecked")
69   public class PriorityBlockingQueue<E> extends AbstractQueue<E>
70      implements BlockingQueue<E>, java.io.Serializable {
71      private static final long serialVersionUID = 5595510919245408276L;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines