ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ThreadLocalRandom.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ThreadLocalRandom.java (file contents):
Revision 1.16 by jsr166, Thu Jul 18 17:48:28 2013 UTC vs.
Revision 1.17 by jsr166, Thu Jul 18 18:21:23 2013 UTC

# Line 355 | Line 355 | public class ThreadLocalRandom extends R
355      /**
356       * Saves the {@code ThreadLocalRandom} to a stream (that is, serializes it).
357       * @param s the stream
358 +     * @throws java.io.IOException if an I/O error occurs
359       */
360      private void writeObject(java.io.ObjectOutputStream s)
361          throws java.io.IOException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines