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

Comparing jsr166/src/main/java/util/concurrent/RejectedExecutionHandler.java (file contents):
Revision 1.5 by dl, Sat Dec 27 19:26:26 2003 UTC vs.
Revision 1.6 by jsr166, Tue Jun 20 22:08:46 2006 UTC

# Line 21 | Line 21 | public interface RejectedExecutionHandle
21       * more threads or queue slots are available because their bounds
22       * would be exceeded, or upon shutdown of the Executor.
23       *
24 <     * In the absence other alternatives, the method may throw an
24 >     * In the absence of other alternatives, the method may throw an
25       * unchecked {@link RejectedExecutionException}, which will be
26       * propagated to the caller of <tt>execute</tt>.
27       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines