jdk/test/java/util/Collections/Frequency.java
changeset 32649 2ee9017c7597
parent 5506 202f599c92aa
--- a/jdk/test/java/util/Collections/Frequency.java	Wed Sep 16 08:24:40 2015 -0400
+++ b/jdk/test/java/util/Collections/Frequency.java	Tue Sep 15 21:56:04 2015 -0700
@@ -31,7 +31,7 @@
 import java.util.*;
 
 public class Frequency {
-    final static int N = 100;
+    static final int N = 100;
     public static void main(String args[]) {
         test(new ArrayList<Integer>());
         test(new LinkedList<Integer>());