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.17 by jsr166, Mon Mar 4 16:09:25 2013 UTC vs.
Revision 1.18 by jsr166, Mon Mar 4 16:12:26 2013 UTC

# Line 125 | Line 125 | public class AtomicDouble extends Number
125       *
126       * <p><a
127       * href="http://download.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/package-summary.html#Spurious">
128
128       * May fail spuriously and does not provide ordering guarantees</a>,
129       * so is only rarely an appropriate alternative to {@code compareAndSet}.
130       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines