jjg@1455: /* jjg@1455: * @test /nodynamiccopyright/ jjg@1465: * @bug 8004832 jjg@1465: * @summary Add new doclint package jjg@1455: * @library .. jjg@1455: * @build DocLintTester jjg@1455: * @run main DocLintTester -ref TextNotAllowed.out TextNotAllowed.java jjg@1455: */ jjg@1455: jjg@1455: // tidy: Warning: plain text isn't allowed in <.*> elements jjg@1455: jjg@1455: /** jjg@1455: * abc
jjg@1455: * abc
jjg@1455: * abc
jjg@1455: * jjg@1455: *
abc
jjg@1455: *
    abc
jjg@1455: * jjg@1455: * jjg@1455: * jjg@1455: */ jjg@1455: public class TextNotAllowed { }