aoqi@0: /* aoqi@0: * @test /nodynamiccopyright/ aoqi@0: * @bug 8004832 aoqi@0: * @summary Add new doclint package aoqi@0: * @library .. aoqi@0: * @build DocLintTester aoqi@0: * @run main DocLintTester -ref RepeatedAttr.out RepeatedAttr.java aoqi@0: */ aoqi@0: aoqi@0: // tidy: Warning: <.*> dropping value ".*" for repeated attribute ".*" aoqi@0: aoqi@0: /** aoqi@0: * aoqi@0: */ aoqi@0: public class RepeatedAttr { }