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

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingDeque.java (file contents):
Revision 1.12 by jsr166, Sat May 28 15:08:57 2005 UTC vs.
Revision 1.13 by jsr166, Sat Jun 18 01:56:01 2005 UTC

# Line 507 | Line 507 | public class LinkedBlockingDeque<E>
507       * violate capacity restrictions.  When using a capacity-restricted deque,
508       * it is generally preferable to use method {@link #offer(Object) offer}.
509       *
510 <     * <p>This method is equivalent to {@link #addLast(Object) addLast}.
510 >     * <p>This method is equivalent to {@link #addLast}.
511       *
512       * @throws IllegalStateException if the element cannot be added at this
513       *         time due to capacity restrictions

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines