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

Comparing jsr166/src/main/java/util/concurrent/RejectedExecutionException.java (file contents):
Revision 1.5 by dl, Sat Dec 27 19:26:26 2003 UTC vs.
Revision 1.6 by jsr166, Mon May 2 18:38:53 2005 UTC

# Line 9 | Line 9 | package java.util.concurrent;
9   /**
10   * Exception thrown by an {@link Executor} when a task cannot be
11   * accepted for execution.
12 < *
12 > *
13   * @since 1.5
14   * @author Doug Lea
15   */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines