Jonathan Gibbons e2bd09e6f6 8005307: fix missing @bug tags
Reviewed-by: jjh
2012-12-20 17:59:46 +00:00

17 lines
320 B
Java

/*
* @test /nodynamiccopyright/
* @bug 8004832
* @summary Add new doclint package
* @library ..
* @build DocLintTester
* @run main DocLintTester -ref BadEnd.out BadEnd.java
*/
// tidy: Warning: <.*> is probably intended as </.*>
/**
* <a name="here"> text <a>
* <code> text <code>
*/
public class BadEnd { }