test/tools/javac/diags/examples/DuplicateAnnotationJava8.java

Print this page

        

@@ -19,11 +19,11 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-// key: compiler.err.duplicate.annotation.missing.container
+// key: compiler.err.duplicate.annotation.missing.containing.type
 
 @interface Anno { }
 
 @Anno
 @Anno