ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/LinkedAsyncAction.java
(Generate patch)

Comparing jsr166/src/test/loops/LinkedAsyncAction.java (file contents):
Revision 1.13 by jsr166, Tue Feb 5 19:54:07 2013 UTC vs.
Revision 1.14 by jsr166, Thu Jan 15 18:34:19 2015 UTC

# Line 69 | Line 69 | public abstract class LinkedAsyncAction
69      static final AtomicIntegerFieldUpdater<LinkedAsyncAction> controlStateUpdater =
70          AtomicIntegerFieldUpdater.newUpdater(LinkedAsyncAction.class, "controlState");
71  
72
72      /**
73       * Parent to notify on completion
74       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines