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

Comparing jsr166/src/main/java/util/concurrent/ScheduledExecutorService.java (file contents):
Revision 1.23 by jsr166, Mon Feb 11 08:09:37 2013 UTC vs.
Revision 1.24 by jsr166, Wed Jun 5 21:35:18 2013 UTC

# Line 33 | Line 33 | package java.util.concurrent;
33   * which the task is enabled due to network time synchronization
34   * protocols, clock drift, or other factors.
35   *
36 < * The {@link Executors} class provides convenient factory methods for
36 > * <p>The {@link Executors} class provides convenient factory methods for
37   * the ScheduledExecutorService implementations provided in this package.
38   *
39   * <h3>Usage Example</h3>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines