ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/extra/AtomicDouble.java
(Generate patch)

Comparing jsr166/src/jsr166e/extra/AtomicDouble.java (file contents):
Revision 1.5 by jsr166, Wed Aug 10 01:29:45 2011 UTC vs.
Revision 1.6 by jsr166, Wed Aug 10 04:35:04 2011 UTC

# Line 40 | Line 40 | public class AtomicDouble extends Number
40      private volatile long value;
41  
42      /**
43 <     * Creates a new AtomicDouble with the given initial value.
43 >     * Creates a new {@code AtomicDouble} with the given initial value.
44       *
45       * @param initialValue the initial value
46       */
# Line 49 | Line 49 | public class AtomicDouble extends Number
49      }
50  
51      /**
52 <     * Creates a new AtomicDouble with initial value {@code 0.0}.
52 >     * Creates a new {@code AtomicDouble} with initial value {@code 0.0}.
53       */
54      public AtomicDouble() { this(0.0); }
55  
# Line 241 | Line 241 | public class AtomicDouble extends Number
241              }
242          }
243      }
244
244   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines