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

Comparing jsr166/src/jdk7/java/util/concurrent/Executors.java (file contents):
Revision 1.6 by jsr166, Sun Jan 18 20:17:32 2015 UTC vs.
Revision 1.7 by jsr166, Sun Sep 13 16:28:13 2015 UTC

# Line 23 | Line 23 | import sun.security.util.SecurityConstan
23   * package. This class supports the following kinds of methods:
24   *
25   * <ul>
26 < *   <li> Methods that create and return an {@link ExecutorService}
27 < *        set up with commonly useful configuration settings.
28 < *   <li> Methods that create and return a {@link ScheduledExecutorService}
29 < *        set up with commonly useful configuration settings.
30 < *   <li> Methods that create and return a "wrapped" ExecutorService, that
31 < *        disables reconfiguration by making implementation-specific methods
32 < *        inaccessible.
33 < *   <li> Methods that create and return a {@link ThreadFactory}
34 < *        that sets newly created threads to a known state.
35 < *   <li> Methods that create and return a {@link Callable}
36 < *        out of other closure-like forms, so they can be used
37 < *        in execution methods requiring {@code Callable}.
26 > *   <li>Methods that create and return an {@link ExecutorService}
27 > *       set up with commonly useful configuration settings.
28 > *   <li>Methods that create and return a {@link ScheduledExecutorService}
29 > *       set up with commonly useful configuration settings.
30 > *   <li>Methods that create and return a "wrapped" ExecutorService, that
31 > *       disables reconfiguration by making implementation-specific methods
32 > *       inaccessible.
33 > *   <li>Methods that create and return a {@link ThreadFactory}
34 > *       that sets newly created threads to a known state.
35 > *   <li>Methods that create and return a {@link Callable}
36 > *       out of other closure-like forms, so they can be used
37 > *       in execution methods requiring {@code Callable}.
38   * </ul>
39   *
40   * @since 1.5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines