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.7 by jsr166, Wed Oct 19 23:01:30 2011 UTC vs.
Revision 1.8 by jsr166, Thu Oct 20 03:08:02 2011 UTC

# Line 38 | Line 38 | import static java.lang.Double.longBitsT
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