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

Comparing jsr166/src/jsr166e/extra/AtomicDoubleArray.java (file contents):
Revision 1.9 by jsr166, Mon Mar 4 16:09:25 2013 UTC vs.
Revision 1.10 by jsr166, Mon Mar 4 16:12:26 2013 UTC

# Line 164 | Line 164 | public class AtomicDoubleArray implement
164       *
165       * <p><a
166       * href="http://download.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/package-summary.html#Spurious">
167
167       * May fail spuriously and does not provide ordering guarantees</a>,
168       * so is only rarely an appropriate alternative to {@code compareAndSet}.
169       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines