--- jsr166/src/jsr166e/extra/AtomicDoubleArray.java 2013/03/04 16:09:25 1.9 +++ jsr166/src/jsr166e/extra/AtomicDoubleArray.java 2013/03/04 16:12:26 1.10 @@ -164,7 +164,6 @@ public class AtomicDoubleArray implement * *

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