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