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.19 by jsr166, Fri May 13 00:03:15 2005 UTC vs.
Revision 1.20 by dl, Mon Jun 13 18:41:34 2005 UTC

# Line 218 | Line 218 | public class Exchanger<V> {
218       * because the sentinel value FAIL is only of type Object.
219       */
220      static final class Node extends AtomicReference<Object> {
221 +        private static final long serialVersionUID = -3221313401284163686L;
222 +        
223          /** The element offered by the Thread creating this node. */
224          final Object item;
225          /** The Thread creating this node. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines