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.192 by dl, Sun Feb 16 15:13:36 2020 UTC vs.
Revision 1.193 by jsr166, Fri Jul 31 17:18:14 2020 UTC

# Line 1125 | Line 1125 | public class ThreadPoolExecutor extends
1125  
1126      /**
1127       * Creates a new {@code ThreadPoolExecutor} with the given initial
1128 <     * parameters, the default thread factory and the default rejected
1129 <     * execution handler.
1128 >     * parameters, the
1129 >     * {@linkplain Executors#defaultThreadFactory default thread factory}
1130 >     * and the {@linkplain ThreadPoolExecutor.AbortPolicy
1131 >     * default rejected execution handler}.
1132       *
1133       * <p>It may be more convenient to use one of the {@link Executors}
1134       * factory methods instead of this general purpose constructor.
# Line 1160 | Line 1162 | public class ThreadPoolExecutor extends
1162  
1163      /**
1164       * Creates a new {@code ThreadPoolExecutor} with the given initial
1165 <     * parameters and {@linkplain ThreadPoolExecutor.AbortPolicy
1165 >     * parameters and the {@linkplain ThreadPoolExecutor.AbortPolicy
1166       * default rejected execution handler}.
1167       *
1168       * @param corePoolSize the number of threads to keep in the pool, even
# Line 1196 | Line 1198 | public class ThreadPoolExecutor extends
1198  
1199      /**
1200       * Creates a new {@code ThreadPoolExecutor} with the given initial
1201 <     * parameters and
1201 >     * parameters and the
1202       * {@linkplain Executors#defaultThreadFactory default thread factory}.
1203       *
1204       * @param corePoolSize the number of threads to keep in the pool, even

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines