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.65 by jsr166, Mon Nov 2 15:32:00 2009 UTC vs.
Revision 1.66 by jsr166, Mon Nov 2 18:38:37 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines