test/tools/doclint/EmptyAuthorTest.java

changeset 1455
75ab654b5cd5
child 1465
a22f23fb7abf
equal deleted inserted replaced
1454:02a18f209ab3 1455:75ab654b5cd5
1 /*
2 * @test /nodynamiccopyright/
3 * @build DocLintTester
4 * @run main DocLintTester -Xmsgs:-syntax EmptyAuthorTest.java
5 * @run main DocLintTester -Xmsgs:syntax -ref EmptyAuthorTest.out EmptyAuthorTest.java
6 */
7
8 /** @author */
9 public class EmptyAuthorTest {
10 }

mercurial