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.140 by jsr166, Tue Jan 22 23:00:06 2013 UTC vs.
Revision 1.141 by jsr166, Tue Feb 5 19:54:06 2013 UTC

# Line 2008 | Line 2008 | public class ThreadPoolExecutor extends
2008           *
2009           * @param r the runnable task requested to be executed
2010           * @param e the executor attempting to execute this task
2011 <         * @throws RejectedExecutionException always.
2011 >         * @throws RejectedExecutionException always
2012           */
2013          public void rejectedExecution(Runnable r, ThreadPoolExecutor e) {
2014              throw new RejectedExecutionException("Task " + r.toString() +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines