/* * @test /nodynamiccopyright/ * @library .. * @build DocLintTester * @run main DocLintTester -ref MissingGT.out MissingGT.java */ // tidy: Warning: <.*> missing '>' for end of tag /** * text */ public class MissingGT { }