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.35 by dl, Tue Jan 27 11:36:31 2004 UTC vs.
Revision 1.36 by dl, Sat Apr 10 14:24:36 2004 UTC

# Line 132 | Line 132 | public class PriorityBlockingQueue<E> ex
132       * @return the comparator used to order this collection, or <tt>null</tt>
133       * if this collection is sorted according to its elements natural ordering.
134       */
135 <    public Comparator comparator() {
135 >    public Comparator<? super E> comparator() {
136          return q.comparator();
137      }
138  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines