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.178 by jsr166, Fri Sep 8 02:42:22 2017 UTC vs.
Revision 1.179 by jsr166, Tue Sep 12 17:57:16 2017 UTC

# Line 1299 | Line 1299 | public class ThreadPoolExecutor extends
1299       *
1300       * If the task cannot be submitted for execution, either because this
1301       * executor has been shutdown or because its capacity has been reached,
1302 <     * the task is handled by the current {@code RejectedExecutionHandler}.
1302 >     * the task is handled by the current {@link RejectedExecutionHandler}.
1303       *
1304       * @param command the task to execute
1305       * @throws RejectedExecutionException at discretion of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines