/* * @test /nodynamiccopyright/ * @bug 8004832 8026368 * @summary Add new doclint package * @library .. * @modules jdk.compiler/com.sun.tools.doclint * @build DocLintTester * @run main DocLintTester -ref TrimmingEmptyTag.out TrimmingEmptyTag.java */ // tidy: Warning: trimming empty <.*> /** * *
*
* *
*
* * *
    *

    *
    
     * 
     * 
     * 
     * 
     */
    public class TrimmingEmptyTag {
        /** 

    */ public void implicitParaEnd_endOfComment() { } /**

    */ public void implicitParaEnd_nextBlockTag() { } }