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.12 by jsr166, Tue May 17 16:20:40 2005 UTC vs.
Revision 1.13 by jsr166, Fri Jun 24 00:26:57 2005 UTC

# Line 5 | Line 5
5   */
6  
7   package java.util.concurrent;
8 + import java.util.concurrent.*; // for javadoc (till 6280605 is fixed)
9   import java.util.*;
10  
11   /**
# Line 451 | Line 452 | public interface BlockingDeque<E> extend
452       * specified wait time if necessary for space to become available.
453       *
454       * <p>This method is equivalent to
455 <     * {@link #offerLast(Object,long,TimeUnit) #offerLast}.
455 >     * {@link #offerLast(Object,long,TimeUnit) offerLast}.
456       *
457       * @param e the element to add
458       * @return <tt>true</tt> if the element was added to this deque, else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines