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

Comparing jsr166/src/test/tck/ThreadLocalRandom8Test.java (file contents):
Revision 1.11 by jsr166, Fri Nov 11 19:01:28 2016 UTC vs.
Revision 1.12 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 233 | Line 233 | public class ThreadLocalRandom8Test exte
233      }
234  
235      /**
236 <     * A deserialized ThreadLocalRandom is always identical to
237 <     * ThreadLocalRandom.current()
236 >     * A deserialized/reserialized ThreadLocalRandom is always
237 >     * identical to ThreadLocalRandom.current()
238       */
239      public void testSerialization() {
240          assertSame(

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines