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.147 by jsr166, Mon Jan 16 01:41:35 2017 UTC vs.
Revision 1.148 by jsr166, Mon Jan 16 01:47:16 2017 UTC

# Line 701 | Line 701 | public class LinkedTransferQueue<E> exte
701       * Spins/yields/blocks until node s is matched or caller gives up.
702       *
703       * @param s the waiting node
704 <     * @param pred the predecessor of s, or s itself if it has no
705 <     * predecessor, or null if unknown (the null case does not occur
706 <     * in any current calls but may in possible future extensions)
704 >     * @param pred the predecessor of s, or null if unknown (the null
705 >     * case does not occur in any current calls but may in possible
706 >     * future extensions)
707       * @param e the comparison value for checking match
708       * @param timed if true, wait only until timeout elapses
709       * @param nanos timeout in nanosecs, used only if timed is true

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines