changeset 14952 | d0022ae20516 |
child 14962 | 19ffdfafbcd2 |
14951:8d9ea42e4aba | 14952:d0022ae20516 |
---|---|
1 /* |
|
2 * @test /nodynamiccopyright/ |
|
3 * @library .. |
|
4 * @build DocLintTester |
|
5 * @run main DocLintTester -ref InsertImplicit.out InsertImplicit.java |
|
6 */ |
|
7 |
|
8 // tidy: Warning: inserting implicit <.*> |
|
9 |
|
10 /** |
|
11 * </p> |
|
12 * <i> <blockquote> abc </blockquote> </i> |
|
13 */ |
|
14 public class InsertImplicit { } |