/* * @test /nodynamiccopyright/ * @bug 8004832 * @summary Add new doclint package * @library .. * @build DocLintTester * @run main DocLintTester -ref ParaInPre.out ParaInPre.java */ // tidy: Warning: replacing

by
// tidy: Warning: using
in place of

/** *

 *     text
 *     

* more text *

*/ public class ParaInPre { }