jdk-24/test/langtools/tools/doclint/tidy/RepeatedAttr.java
2017-09-12 19:03:39 +02:00

17 lines
396 B
Java

/*
* @test /nodynamiccopyright/
* @bug 8004832
* @summary Add new doclint package
* @library ..
* @modules jdk.compiler/com.sun.tools.doclint
* @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 { }