--- jsr166/src/jsr166e/extra/AtomicDouble.java 2013/03/04 15:21:23 1.16 +++ jsr166/src/jsr166e/extra/AtomicDouble.java 2013/03/04 16:09:25 1.17 @@ -123,11 +123,11 @@ public class AtomicDouble extends Number * 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 expect the expected value * @param update the new value