--- jsr166/src/jsr166y/TransferQueue.java 2007/07/11 14:30:37 1.2 +++ jsr166/src/jsr166y/TransferQueue.java 2008/07/25 18:11:53 1.3 @@ -90,7 +90,7 @@ public interface TransferQueue extend * @throws IllegalArgumentException if some property of the specified * element prevents it from being added to this queue */ - boolean tryTransfer(E e, long timeout, TimeUnit unit) + boolean tryTransfer(E e, long timeout, TimeUnit unit) throws InterruptedException; /**