8081854: Javadoc should generate named anchors for HTML4 output

Reviewed-by: ksrini
This commit is contained in:
Bhavesh Patel 2015-06-23 15:41:05 -07:00
parent 63b337e82e
commit 9075df539a
15 changed files with 155 additions and 149 deletions

View file

@ -23,7 +23,7 @@
/*
* @test
* @bug 8025633
* @bug 8025633 8081854
* @summary Make sure that annotations types with optional elements have
* element headers
* @author Mahmood Ali
@ -48,6 +48,6 @@ public class TestAnnotationOptional extends JavadocTester {
checkExit(Exit.OK);
checkOutput("pkg/AnnotationOptional.html", true,
"<a id=\"annotation.type.element.detail\">");
"<a name=\"annotation.type.element.detail\">");
}
}