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.45 by dl, Sun Jun 19 23:01:48 2005 UTC vs.
Revision 1.46 by jsr166, Sun Jun 19 23:13:42 2005 UTC

# Line 153 | Line 153 | public class PriorityBlockingQueue<E> ex
153       * Inserts the specified element into this priority queue.
154       *
155       * @param e the element to add
156 <     * @return <tt>true</tt>
156 >     * @return <tt>true</tt> (as per the spec for {@link Queue#offer})
157       * @throws ClassCastException if the specified element cannot be compared
158       *         with elements currently in the priority queue according to the
159       *         priority queue's ordering

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines