langtools/test/tools/doclint/tidy/RepeatedAttr.java
author jjg
Thu, 20 Dec 2012 17:59:46 +0000
changeset 14962 19ffdfafbcd2
parent 14952 d0022ae20516
child 30730 d3ce7619db2c
permissions -rw-r--r--
8005307: fix missing @bug tags Reviewed-by: jjh

/*
 * @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 ".*"

/**
 * <img src="image.gif" alt alt="summary">
 */
public class RepeatedAttr { }