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

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

# Line 77 | Line 77 | import java.security.PrivilegedException
77   * <tt>Executor</tt> <a
78   * href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
79   * its execution, and state changes to objects returned from a
80 < * <tt>Callable</tt> * <i>happen-before</i> that object is returned to
80 > * <tt>Callable</tt> <i>happen-before</i> that object is returned to
81   * a thread which calls <tt>Future.get()</tt> to retrieve that result.
82   *
83   * @since 1.5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines