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

Comparing jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java (file contents):
Revision 1.170 by jsr166, Wed Mar 22 20:19:55 2017 UTC vs.
Revision 1.171 by jsr166, Wed Mar 22 20:22:57 2017 UTC

# Line 1179 | Line 1179 | public class ThreadPoolExecutor extends
1179  
1180      /**
1181       * Creates a new {@code ThreadPoolExecutor} with the given initial
1182 <     * parameters and
1183 <     * {@linkplain ThreadPoolExecutor.AbortPolicy
1182 >     * parameters and {@linkplain ThreadPoolExecutor.AbortPolicy
1183       * default rejected execution handler}.
1184       *
1185       * @param corePoolSize the number of threads to keep in the pool, even

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines