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

Comparing jsr166/src/jsr166y/TransferQueue.java (file contents):
Revision 1.4 by jsr166, Mon Jan 5 03:40:08 2009 UTC vs.
Revision 1.5 by jsr166, Tue Jul 21 00:15:14 2009 UTC

# Line 59 | Line 59 | public interface TransferQueue<E> extend
59       *
60       * @param e the element to transfer
61       * @throws InterruptedException if interrupted while waiting,
62 <     *         in which case the element is not enqueued.
62 >     *         in which case the element is not enqueued
63       * @throws ClassCastException if the class of the specified element
64       *         prevents it from being added to this queue
65       * @throws NullPointerException if the specified element is null
# Line 81 | Line 81 | public interface TransferQueue<E> extend
81       *        {@code timeout} parameter
82       * @return {@code true} if successful, or {@code false} if
83       *         the specified waiting time elapses before completion,
84 <     *         in which case the element is not enqueued.
84 >     *         in which case the element is not enqueued
85       * @throws InterruptedException if interrupted while waiting,
86 <     *         in which case the element is not enqueued.
86 >     *         in which case the element is not enqueued
87       * @throws ClassCastException if the class of the specified element
88       *         prevents it from being added to this queue
89       * @throws NullPointerException if the specified element is null

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines