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.47 by jsr166, Mon Jul 18 00:29:28 2005 UTC vs.
Revision 1.48 by jsr166, Mon Jul 18 19:14:17 2005 UTC

# Line 139 | Line 139 | public class PriorityBlockingQueue<E> ex
139       * Inserts the specified element into this priority queue.
140       *
141       * @param e the element to add
142 <     * @return <tt>true</tt> (as per the spec for {@link Collection#add})
142 >     * @return <tt>true</tt> (as specified by {@link Collection#add})
143       * @throws ClassCastException if the specified element cannot be compared
144       *         with elements currently in the priority queue according to the
145       *         priority queue's ordering
# 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> (as per the spec for {@link Queue#offer})
156 >     * @return <tt>true</tt> (as specified by {@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