test/tools/doclint/EmptyAuthorTest.java

changeset 0
959103a6100f
child 2525
2eb010b6cb22
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/doclint/EmptyAuthorTest.java	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,12 @@
     1.4 +/*
     1.5 + * @test /nodynamiccopyright/
     1.6 + * @bug 8004832
     1.7 + * @summary Add new doclint package
     1.8 + * @build DocLintTester
     1.9 + * @run main DocLintTester -Xmsgs:-syntax EmptyAuthorTest.java
    1.10 + * @run main DocLintTester -Xmsgs:syntax -ref EmptyAuthorTest.out EmptyAuthorTest.java
    1.11 + */
    1.12 +
    1.13 +/** @author */
    1.14 +public class EmptyAuthorTest {
    1.15 +}

mercurial