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