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

Comparing jsr166/src/jsr166y/LinkedTransferQueue.java (file contents):
Revision 1.36 by jsr166, Fri Jul 31 07:30:29 2009 UTC vs.
Revision 1.37 by jsr166, Fri Jul 31 14:33:00 2009 UTC

# Line 511 | Line 511 | public class LinkedTransferQueue<E> exte
511  
512      /**
513       * Inserts the specified element at the tail of this queue.
514 <     * As the queue is unbounded this method will never throw
514 >     * As the queue is unbounded, this method will never throw
515       * {@link IllegalStateException} or return {@code false}.
516       *
517       * @return {@code true} (as specified by {@link Collection#add})

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines