c42bcf4526
Reviewed-by: mcimadamore
12 lines
269 B
Java
12 lines
269 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @bug 8020664
|
|
* @summary doclint gives incorrect warnings on normal package statements
|
|
* @library ../..
|
|
* @build DocLintTester
|
|
* @run main DocLintTester -ref package-info.out package-info.java
|
|
*/
|
|
|
|
// missing comment
|
|
package bad;
|