author | naoto |
Tue, 29 Mar 2016 17:06:33 -0700 | |
changeset 36739 | 145210aba850 |
parent 30730 | d3ce7619db2c |
permissions | -rw-r--r-- |
14952 | 1 |
/* |
2 |
* @test /nodynamiccopyright/ |
|
14962 | 3 |
* @bug 8004832 |
4 |
* @summary Add new doclint package |
|
14952 | 5 |
* @library .. |
30730
d3ce7619db2c
8076543: Add @modules as needed to the langtools tests
akulyakh
parents:
14962
diff
changeset
|
6 |
* @modules jdk.compiler/com.sun.tools.doclint |
14952 | 7 |
* @build DocLintTester |
8 |
* @run main DocLintTester -ref RepeatedAttr.out RepeatedAttr.java |
|
9 |
*/ |
|
10 |
||
11 |
// tidy: Warning: <.*> dropping value ".*" for repeated attribute ".*" |
|
12 |
||
13 |
/** |
|
14 |
* <img src="image.gif" alt alt="summary"> |
|
15 |
*/ |
|
16 |
public class RepeatedAttr { } |