jdk/test/java/lang/annotation/typeAnnotations/GetAnnotatedSuperclass.java
changeset 32649 2ee9017c7597
parent 20481 2735b307d256
--- a/jdk/test/java/lang/annotation/typeAnnotations/GetAnnotatedSuperclass.java	Wed Sep 16 08:24:40 2015 -0400
+++ b/jdk/test/java/lang/annotation/typeAnnotations/GetAnnotatedSuperclass.java	Tue Sep 15 21:56:04 2015 -0700
@@ -94,5 +94,5 @@
 
     interface If {}
 
-    static abstract class Clz {}
+    abstract static class Clz {}
 }