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.7 by jsr166, Wed Oct 19 23:01:30 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   */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines