jdk/test/java/util/LinkedHashMap/Basic.java
changeset 32649 2ee9017c7597
parent 23010 6dadb192ad81
child 32991 b27c76b82713
--- a/jdk/test/java/util/LinkedHashMap/Basic.java	Wed Sep 16 08:24:40 2015 -0400
+++ b/jdk/test/java/util/LinkedHashMap/Basic.java	Tue Sep 15 21:56:04 2015 -0700
@@ -32,8 +32,8 @@
 import java.io.*;
 
 public class Basic {
-    final static Random rnd = new Random(666);
-    final static Integer nil = new Integer(0);
+    static final Random rnd = new Random(666);
+    static final Integer nil = new Integer(0);
 
     public static void main(String[] args)  throws Exception {
         int numItr =  500;