jdk/test/java/util/jar/JarEntry/GetMethodsReturnClones.java
changeset 32649 2ee9017c7597
parent 9035 1255eb81cc2f
--- a/jdk/test/java/util/jar/JarEntry/GetMethodsReturnClones.java	Wed Sep 16 08:24:40 2015 -0400
+++ b/jdk/test/java/util/jar/JarEntry/GetMethodsReturnClones.java	Tue Sep 15 21:56:04 2015 -0700
@@ -36,7 +36,7 @@
 
 public class GetMethodsReturnClones {
 
-    private final static String BASE = System.getProperty("test.src", ".") +
+    private static final String BASE = System.getProperty("test.src", ".") +
         System.getProperty("file.separator");
 
     public static void main(String[] args) throws Exception {