ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/extra/AtomicDoubleArray.java
(Generate patch)

Comparing jsr166/src/jsr166e/extra/AtomicDoubleArray.java (file contents):
Revision 1.4 by jsr166, Tue Oct 25 19:21:27 2011 UTC vs.
Revision 1.5 by jsr166, Tue Oct 25 20:30:26 2011 UTC

# Line 242 | Line 242 | public class AtomicDoubleArray implement
242       *             of its elements (each a {@code double}) in the proper order.
243       */
244      private void writeObject(java.io.ObjectOutputStream s)
245 <        throws java.io.IOException{
245 >        throws java.io.IOException {
246          s.defaultWriteObject();
247  
248          // Write out array length

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines