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.6 by jsr166, Wed Aug 10 04:35:04 2011 UTC vs.
Revision 1.8 by jsr166, Thu Oct 20 03:08:02 2011 UTC

# Line 31 | Line 31 | import static java.lang.Double.longBitsT
31   *   return xBits == yBits;
32   * }}</pre>
33   *
34 + * @see jsr166e.DoubleAdder
35 + * @see jsr166e.DoubleMaxUpdater
36 + *
37   * @author Doug Lea
38   * @author Martin Buchholz
39   */
40   public class AtomicDouble extends Number implements java.io.Serializable {
41 <    static final long serialVersionUID = -8405198993435143622L;
41 >    private static final long serialVersionUID = -8405198993435143622L;
42  
43      private volatile long value;
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines