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

Comparing jsr166/src/jsr166x/BlockingDeque.java (file contents):
Revision 1.5 by jsr166, Sat Dec 29 23:55:19 2012 UTC vs.
Revision 1.6 by jsr166, Sun Dec 30 02:05:53 2012 UTC

# Line 187 | Line 187 | public interface BlockingDeque<E> extend
187      /**
188       * Adds the specified element as the last element of this deque,
189       * waiting if necessary for space to become available.  This
190 <     * method is equivalent to putLast
190 >     * method is equivalent to putLast.
191       * @param o the element to add
192       * @throws InterruptedException if interrupted while waiting
193       * @throws NullPointerException if the specified element is <tt>null</tt>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines