jdk/test/java/util/logging/Logger/getGlobal/TestGetGlobalByName.java
changeset 32649 2ee9017c7597
parent 20195 fcd61ec8fff6
--- a/jdk/test/java/util/logging/Logger/getGlobal/TestGetGlobalByName.java	Wed Sep 16 08:24:40 2015 -0400
+++ b/jdk/test/java/util/logging/Logger/getGlobal/TestGetGlobalByName.java	Tue Sep 15 21:56:04 2015 -0700
@@ -45,7 +45,7 @@
  */
 public class TestGetGlobalByName {
 
-    final static String[] messages = {
+    static final String[] messages = {
         "1. This message should not appear on the console.",
         "2. This message should appear on the console.",
         "3. This message should now appear on the console too."