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

Comparing jsr166/src/main/java/util/concurrent/LinkedTransferQueue.java (file contents):
Revision 1.14 by jsr166, Mon Nov 2 15:33:59 2009 UTC vs.
Revision 1.15 by jsr166, Mon Nov 2 19:06:43 2009 UTC

# Line 866 | Line 866 | public class LinkedTransferQueue<E> exte
866      }
867  
868      /**
869 <     * Main implementation of Iterator.remove(). Find
870 <     * and unsplice the given data node.
869 >     * Main implementation of Iterator.remove(). Finds
870 >     * and unsplices the given data node.
871 >     *
872       * @param possiblePred possible predecessor of s
873       * @param s the node to remove
874       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines