< prev index next >

test/compiler/stable/TestStableBoolean.java

Print this page
rev 11353 : 8149043: Fix code indentation in test/compiler/stable tests
Reviewed-by:

@@ -93,12 +93,11 @@
     }
 
     /* ==================================================== */
 
     static class DefaultValue {
-        public @Stable
-        boolean v;
+        public @Stable boolean v;
 
         public static final DefaultValue c = new DefaultValue();
         public static boolean get() { return c.v; }
         public static void test() throws Exception {
             boolean val1 = get();

@@ -604,7 +603,6 @@
                 System.out.println("FAILED");
                 ex.printStackTrace(System.out);
             }
         }
     }
-
 }
< prev index next >