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

Comparing jsr166/src/jdk7/java/util/concurrent/BrokenBarrierException.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 20 | Line 20 | public class BrokenBarrierException exte
20      private static final long serialVersionUID = 7117394618823254244L;
21  
22      /**
23 <     * Constructs a <tt>BrokenBarrierException</tt> with no specified detail
23 >     * Constructs a {@code BrokenBarrierException} with no specified detail
24       * message.
25       */
26      public BrokenBarrierException() {}
27  
28      /**
29 <     * Constructs a <tt>BrokenBarrierException</tt> with the specified
29 >     * Constructs a {@code BrokenBarrierException} with the specified
30       * detail message.
31       *
32       * @param message the detail message

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines