< prev index next >

test/langtools/tools/doclint/tidy/AnchorAlreadyDefined.java

Print this page

        

*** 11,18 **** // tidy: Warning: <.*> anchor ".*" already defined /** * <a name="here">valid</a> * <a name="here">duplicate</a> ! * <h1 id="here">duplicate</h1> */ public class AnchorAlreadyDefined { } --- 11,18 ---- // tidy: Warning: <.*> anchor ".*" already defined /** * <a name="here">valid</a> * <a name="here">duplicate</a> ! * <h2 id="here">duplicate</h2> */ public class AnchorAlreadyDefined { }
< prev index next >