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.64 by jsr166, Mon Oct 11 18:10:18 2010 UTC vs.
Revision 1.65 by jsr166, Mon Oct 11 18:27:39 2010 UTC

# Line 467 | Line 467 | public class PriorityBlockingQueue<E> ex
467       * @param e the element to add
468       * @param timeout This parameter is ignored as the method never blocks
469       * @param unit This parameter is ignored as the method never blocks
470 <     * @return {@code true} always
470 >     * @return {@code true} (as specified by
471 >     *  {@link BlockingQueue#offer(Object,long,TimeUnit) BlockingQueue.offer})
472       * @throws ClassCastException if the specified element cannot be compared
473       *         with elements currently in the priority queue according to the
474       *         priority queue's ordering

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines