--- jsr166/src/jsr166e/extra/AtomicDoubleArray.java 2013/03/04 15:21:23 1.8 +++ jsr166/src/jsr166e/extra/AtomicDoubleArray.java 2013/03/04 16:12:26 1.10 @@ -162,11 +162,10 @@ public class AtomicDoubleArray implement * if the current value is bitwise equal * to the expected value. * - *

May - * fail spuriously - * and does not provide ordering guarantees, so is only rarely an - * appropriate alternative to {@code compareAndSet}. + * May fail spuriously and does not provide ordering guarantees, + * so is only rarely an appropriate alternative to {@code compareAndSet}. * * @param i the index * @param expect the expected value