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.7 by jsr166, Tue Mar 15 19:47:03 2011 UTC vs.
Revision 1.8 by jsr166, Fri Jun 10 00:37:39 2011 UTC

# Line 49 | Line 49 | public class RejectedExecutionException
49  
50      /**
51       * Constructs a <tt>RejectedExecutionException</tt> with the
52 <     * specified cause.  The detail message is set to: <pre> (cause ==
53 <     * null ? null : cause.toString())</pre> (which typically contains
52 >     * specified cause.  The detail message is set to {@code (cause ==
53 >     * null ? null : cause.toString())} (which typically contains
54       * the class and detail message of <tt>cause</tt>).
55       *
56       * @param  cause the cause (which is saved for later retrieval by the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines