author | jjg |
Mon, 17 Dec 2012 07:47:05 -0800 | |
changeset 14952 | d0022ae20516 |
child 14962 | 19ffdfafbcd2 |
permissions | -rw-r--r-- |
14952 | 1 |
/* |
2 |
* @test /nodynamiccopyright/ |
|
3 |
* @build DocLintTester |
|
4 |
* @run main DocLintTester -Xmsgs:-syntax EmptyParamTest.java |
|
5 |
* @run main DocLintTester -Xmsgs:syntax -ref EmptyParamTest.out EmptyParamTest.java |
|
6 |
*/ |
|
7 |
||
8 |
/** . */ |
|
9 |
public class EmptyParamTest { |
|
10 |
/** @param i */ |
|
11 |
int emptyParam(int i) { } |
|
12 |
} |