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

Comparing jsr166/src/main/java/util/Random.java (file contents):
Revision 1.1 by dl, Tue May 27 15:49:59 2003 UTC vs.
Revision 1.2 by tim, Fri Aug 8 20:05:07 2003 UTC

# Line 49 | Line 49 | class Random implements java.io.Serializ
49        try {
50          seedOffset =
51            unsafe.objectFieldOffset(Random.class.getDeclaredField("seed"));
52 <      }
53 <      catch(Exception ex) { throw new Error(ex); }
52 >      } catch(Exception ex) { throw new Error(ex); }
53      }
54  
55      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines