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

Comparing jsr166/src/main/java/util/concurrent/Exchanger.java (file contents):
Revision 1.41 by dl, Mon Feb 13 12:38:45 2006 UTC vs.
Revision 1.42 by dl, Mon Feb 13 13:27:53 2006 UTC

# Line 399 | Line 399 | public class Exchanger<V> {
399      }
400  
401      /**
402 <     * Trie to cancel a wait for the given node waiting in the given
402 >     * Tries to cancel a wait for the given node waiting in the given
403       * slot, if so, helping clear the node from its slot to avoid
404       * garbage retention.
405       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines