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

mercurial