ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/LinkedTransferQueue.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/LinkedTransferQueue.java (file contents):
Revision 1.31 by jsr166, Thu Sep 30 02:09:47 2010 UTC vs.
Revision 1.32 by jsr166, Mon Oct 11 18:27:39 2010 UTC

# Line 969 | Line 969 | public class LinkedTransferQueue<E> exte
969       * Inserts the specified element at the tail of this queue.
970       * As the queue is unbounded, this method will never return {@code false}.
971       *
972 <     * @return {@code true} (as specified by
973 <     *         {@link BlockingQueue#offer(Object) BlockingQueue.offer})
972 >     * @return {@code true} (as specified by {@link Queue#offer})
973       * @throws NullPointerException if the specified element is null
974       */
975      public boolean offer(E e) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines