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

Comparing jsr166/src/jsr166y/LinkedTransferQueue.java (file contents):
Revision 1.37 by jsr166, Fri Jul 31 14:33:00 2009 UTC vs.
Revision 1.38 by jsr166, Fri Jul 31 14:48:18 2009 UTC

# Line 551 | Line 551 | public class LinkedTransferQueue<E> exte
551  
552      /**
553       * Inserts the specified element at the tail of this queue,
554 <     * waiting up to the specified wait time for the element to be
555 <     * received by a consumer invoking {@code take} or {@code poll}.
554 >     * waiting up to the specified wait time if necessary for the
555 >     * element to be received by a consumer invoking {@code take} or
556 >     * {@code poll}.
557       *
558       * @throws NullPointerException if the specified element is null
559       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines