test/tools/doclint/packageTests/good/package-info.java

changeset 1915
129751018061
parent 1913
1476d54fdc61
child 2525
2eb010b6cb22
equal deleted inserted replaced
1914:0a9f5cbe37d9 1915:129751018061
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test /nodynamiccopyright/ 25 * @test /nodynamiccopyright/
26 * @bug 8020664 26 * @bug 8020664 8021215
27 * @summary doclint gives incorrect warnings on normal package statements 27 * @summary doclint gives incorrect warnings on normal package statements
28 * @library ../.. 28 * @library ../..
29 * @build DocLintTester 29 * @build DocLintTester
30 * @run main DocLintTester package-info.java 30 * @run main DocLintTester package-info.java
31 * @compile -Xdoclint:all package-info.java
31 */ 32 */
32 33
33 /** Description. */ 34 /** Description. */
34 package good; 35 package good;

mercurial