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

Comparing jsr166/src/test/tck/DoubleAdderTest.java (file contents):
Revision 1.7 by jsr166, Fri Oct 16 16:32:15 2015 UTC vs.
Revision 1.8 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 62 | Line 62 | public class DoubleAdderTest extends JSR
62      }
63  
64      /**
65 <     * a deserialized serialized adder holds same value
65 >     * a deserialized/reserialized adder holds same value
66       */
67      public void testSerialization() throws Exception {
68          DoubleAdder x = new DoubleAdder();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines