--- jsr166/src/jsr166e/extra/AtomicDouble.java 2013/03/04 16:09:25 1.17 +++ jsr166/src/jsr166e/extra/AtomicDouble.java 2013/03/04 16:12:26 1.18 @@ -125,7 +125,6 @@ public class AtomicDouble extends Number * *

- * May fail spuriously and does not provide ordering guarantees, * so is only rarely an appropriate alternative to {@code compareAndSet}. *