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.50 by dl, Sun Jan 11 23:19:55 2004 UTC vs.
Revision 1.51 by dl, Mon Jan 19 15:49:02 2004 UTC

# Line 1423 | Line 1423 | public class ThreadPoolExecutor extends
1423          public AbortPolicy() { }
1424  
1425          /**
1426 <         * Always throws  RejectedExecutionException
1426 >         * Always throws  RejectedExecutionException.
1427           * @param r the runnable task requested to be executed
1428           * @param e the executor attempting to execute this task
1429           * @throws RejectedExecutionException always.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines