author | katleman |
Tue, 21 Jan 2014 18:17:23 -0800 | |
changeset 22365 | 895bfde469d4 |
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 |
* @library .. |
6 |
* @build DocLintTester |
|
7 |
* @run main DocLintTester -ref ParaInPre.out ParaInPre.java |
|
8 |
*/ |
|
9 |
||
10 |
// tidy: Warning: replacing <p> by <br> |
|
11 |
// tidy: Warning: using <br> in place of <p> |
|
12 |
||
13 |
/** |
|
14 |
* <pre> |
|
15 |
* text |
|
16 |
* <p> |
|
17 |
* more text |
|
18 |
* </pre> |
|
19 |
*/ |
|
20 |
public class ParaInPre { } |