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

Comparing jsr166/src/main/java/util/concurrent/FutureTask.java (file contents):
Revision 1.45 by brian, Fri Sep 2 01:03:08 2005 UTC vs.
Revision 1.46 by brian, Fri Sep 2 01:10:52 2005 UTC

# Line 28 | Line 28 | import java.util.concurrent.locks.*;
28   * customized task classes.
29   *
30   * <p> Memory visibility effects: State changes to the resulting value
31 < * or exception <a
32 < * href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
33 < * actions following a call to <tt>get()</tt>.
31 > * or exception <a href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
32 > * actions following a successful call to <tt>get()</tt>.
33   *
34   * @since 1.5
35   * @author Doug Lea

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines