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.63 by jsr166, Tue Feb 17 18:55:39 2015 UTC vs.
Revision 1.64 by jsr166, Thu Mar 7 00:50:36 2019 UTC

# Line 37 | Line 37 | import java.util.List;
37   * <p>The {@link Executors} class provides factory methods for the
38   * executor services provided in this package.
39   *
40 < * <h3>Usage Examples</h3>
40 > * <h2>Usage Examples</h2>
41   *
42   * Here is a sketch of a network service in which threads in a thread
43   * pool service incoming requests. It uses the preconfigured {@link

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines