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

Comparing jsr166/src/main/java/util/concurrent/ScheduledThreadPoolExecutor.java (file contents):
Revision 1.54 by jsr166, Wed Jul 22 01:08:19 2009 UTC vs.
Revision 1.55 by jsr166, Tue Sep 7 06:28:36 2010 UTC

# Line 33 | Line 33 | import java.util.*;
33   * time of cancellation.
34   *
35   * <p>Successive executions of a task scheduled via
36 < * <code>scheduleAtFixedRate</code> or
37 < * <code>scheduleWithFixedDelay</code> do not overlap. While different
36 > * {@code scheduleAtFixedRate} or
37 > * {@code scheduleWithFixedDelay} do not overlap. While different
38   * executions may be performed by different threads, the effects of
39   * prior executions <a
40   * href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines