jdk-24/langtools/test/tools/doclint/tidy/RepeatedAttr.java
Jonathan Gibbons 4a3e904c6e 8004832: Add new doclint package
Reviewed-by: mcimadamore
2012-12-17 07:47:05 -08:00

14 lines
297 B
Java

/*
* @test /nodynamiccopyright/
* @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 { }