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.2 by dl, Wed Jul 11 14:30:37 2007 UTC vs.
Revision 1.3 by jsr166, Fri Jul 25 18:11:53 2008 UTC

# Line 90 | Line 90 | public interface TransferQueue<E> extend
90       * @throws IllegalArgumentException if some property of the specified
91       *         element prevents it from being added to this queue
92       */
93 <    boolean tryTransfer(E e, long timeout, TimeUnit unit)
93 >    boolean tryTransfer(E e, long timeout, TimeUnit unit)
94          throws InterruptedException;
95  
96      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines