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

Comparing jsr166/src/main/java/util/concurrent/BlockingDeque.java (file contents):
Revision 1.4 by jsr166, Tue Apr 26 01:17:18 2005 UTC vs.
Revision 1.5 by jsr166, Mon May 2 03:25:06 2005 UTC

# Line 194 | Line 194 | public interface BlockingDeque<E> extend
194      void put(E o) throws InterruptedException;
195  
196      /**
197 <     * Inserts the specified element as the lest element of this
197 >     * Inserts the specified element as the last element of this
198       * deque, if possible.  When using deques that may impose
199       * insertion restrictions (for example capacity bounds), method
200       * <tt>offer</tt> is generally preferable to method {@link

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines