test/tools/doclint/EmptySinceTest.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 EmptySinceTest.java
5 * @run main DocLintTester -Xmsgs:syntax -ref EmptySinceTest.out EmptySinceTest.java
6 */
7
8 /** . */
9 public class EmptySinceTest {
10 /** @since */
11 int emptySince() { }
12 }

mercurial