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

Comparing jsr166/src/jsr166e/extra/AtomicDouble.java (file contents):
Revision 1.12 by jsr166, Tue Oct 25 20:21:25 2011 UTC vs.
Revision 1.13 by jsr166, Tue Oct 25 20:30:26 2011 UTC

# Line 216 | Line 216 | public class AtomicDouble extends Number
216       * @serialData The current value is emitted (a {@code double}).
217       */
218      private void writeObject(java.io.ObjectOutputStream s)
219 <        throws java.io.IOException{
219 >        throws java.io.IOException {
220          s.defaultWriteObject();
221  
222          s.writeDouble(get());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines