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

Comparing jsr166/src/test/loops/BinaryAsyncAction.java (file contents):
Revision 1.7 by jsr166, Sun Nov 18 18:03:11 2012 UTC vs.
Revision 1.8 by jsr166, Sun Nov 25 21:37:28 2012 UTC

# Line 34 | Line 34 | import java.util.concurrent.atomic.*;
34   *     }
35   *   }
36   *   protected void onComplete(BinaryAsyncAction x, BinaryAsyncAction y) {
37 < *      result = ((Fib)x).result + ((Fib)y).result;
37 > *     result = ((Fib)x).result + ((Fib)y).result;
38   *   }
39   * }
40   * </pre>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines