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.2 by tim, Sun May 18 18:10:02 2003 UTC vs.
Revision 1.3 by tim, Sun May 18 20:36:01 2003 UTC

# Line 412 | Line 412 | public class PriorityQueue<E> extends Ab
412       * @return the comparator associated with this priority queue, or
413       *         <tt>null</tt> if it uses its elements' natural ordering.
414       */
415 <    Comparator comparator() {
415 >    Comparator<E> comparator() {
416          return comparator;
417      }
418   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines