jjg@1455: /* jjg@1455: * @test /nodynamiccopyright/ jjg@1465: * @bug 8004832 jjg@1465: * @summary Add new doclint package jjg@1455: * @library .. jjg@1455: * @build DocLintTester jjg@1455: * @run main DocLintTester -ref AnchorAlreadyDefined.out AnchorAlreadyDefined.java jjg@1455: */ jjg@1455: jjg@1455: // tidy: Warning: <.*> anchor ".*" already defined jjg@1455: jjg@1455: /** jjg@1455: * valid jjg@1455: * duplicate jjg@1455: *

duplicate

jjg@1455: */ jjg@1455: public class AnchorAlreadyDefined { }