changeset 14952 | d0022ae20516 |
child 14962 | 19ffdfafbcd2 |
14951:8d9ea42e4aba | 14952:d0022ae20516 |
---|---|
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 } |