author | mullan |
Tue, 27 Aug 2013 10:46:03 -0400 | |
changeset 19599 | f9fd8afd9335 |
parent 14962 | 19ffdfafbcd2 |
child 30730 | d3ce7619db2c |
permissions | -rw-r--r-- |
14952 | 1 |
/* |
2 |
* @test /nodynamiccopyright/ |
|
14962 | 3 |
* @bug 8004832 |
4 |
* @summary Add new doclint package |
|
14952 | 5 |
* @build DocLintTester |
6 |
* @run main DocLintTester -Xmsgs:-syntax SyntaxTest.java |
|
7 |
* @run main DocLintTester -ref SyntaxTest.out SyntaxTest.java |
|
8 |
*/ |
|
9 |
||
10 |
/** */ |
|
11 |
public class SyntaxTest { |
|
12 |
/** |
|
13 |
* a < b |
|
14 |
*/ |
|
15 |
public void syntax_error() { } |
|
16 |
} |
|
17 |