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 RepeatedAttr.out RepeatedAttr.java jjg@1455: */ jjg@1455: jjg@1455: // tidy: Warning: <.*> dropping value ".*" for repeated attribute ".*" jjg@1455: jjg@1455: /** jjg@1455: * jjg@1455: */ jjg@1455: public class RepeatedAttr { }