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

Comparing jsr166/src/jdk7/java/util/concurrent/CancellationException.java (file contents):
Revision 1.1 by dl, Sun Dec 16 20:55:15 2012 UTC vs.
Revision 1.2 by jsr166, Wed Jan 16 01:39:37 2013 UTC

# Line 18 | Line 18 | public class CancellationException exten
18      private static final long serialVersionUID = -9202173006928992231L;
19  
20      /**
21 <     * Constructs a <tt>CancellationException</tt> with no detail message.
21 >     * Constructs a {@code CancellationException} with no detail message.
22       */
23      public CancellationException() {}
24  
25      /**
26 <     * Constructs a <tt>CancellationException</tt> with the specified detail
26 >     * Constructs a {@code CancellationException} with the specified detail
27       * message.
28       *
29       * @param message the detail message

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines