test/tools/javac/annotations/repeatingAnnotations/MissingDefaultCase1.java

changeset 1626
7fe9b9d29095
parent 1492
df694c775e8a
child 2525
2eb010b6cb22
equal deleted inserted replaced
1625:fbb6e470079d 1626:7fe9b9d29095
1 /** 1 /**
2 * @test /nodynamiccopyright/ 2 * @test /nodynamiccopyright/
3 * @bug 7169362 3 * @bug 7169362 8001114
4 * @author sogoel 4 * @author sogoel
5 * @summary Default case not specified for other methods in container annotation 5 * @summary Default case not specified for other methods in container annotation
6 * @compile/fail/ref=MissingDefaultCase1.out -XDrawDiagnostics MissingDefaultCase1.java 6 * @compile/fail/ref=MissingDefaultCase1.out -XDrawDiagnostics MissingDefaultCase1.java
7 */ 7 */
8 8

mercurial