--- jsr166/src/jsr166e/extra/AtomicDoubleArray.java 2011/10/25 19:21:27 1.4 +++ jsr166/src/jsr166e/extra/AtomicDoubleArray.java 2011/10/25 20:30:26 1.5 @@ -242,7 +242,7 @@ public class AtomicDoubleArray implement * of its elements (each a {@code double}) in the proper order. */ private void writeObject(java.io.ObjectOutputStream s) - throws java.io.IOException{ + throws java.io.IOException { s.defaultWriteObject(); // Write out array length