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

Comparing jsr166/src/jsr166e/DoubleMaxUpdater.java (file contents):
Revision 1.7 by jsr166, Sun Jan 6 18:50:00 2013 UTC vs.
Revision 1.8 by jsr166, Mon Jan 7 07:14:01 2013 UTC

# Line 5 | Line 5
5   */
6  
7   package jsr166e;
8 import java.io.IOException;
8   import java.io.Serializable;
10 import java.io.ObjectInputStream;
11 import java.io.ObjectOutputStream;
9  
10   /**
11   * One or more variables that together maintain a running {@code double}
# Line 185 | Line 182 | public class DoubleMaxUpdater extends St
182          s.writeDouble(max());
183      }
184  
185 <    private void readObject(ObjectInputStream s)
186 <        throws IOException, ClassNotFoundException {
185 >    private void readObject(java.io.ObjectInputStream s)
186 >        throws java.io.IOException, ClassNotFoundException {
187          s.defaultReadObject();
188          busy = 0;
189          cells = null;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines