--- old/test/langtools/jdk/javadoc/doclet/testSystemPropertyTaglet/TestSystemPropertyTaglet.java 2020-01-07 15:25:46.000000000 +0100 +++ new/test/langtools/jdk/javadoc/doclet/testSystemPropertyTaglet/TestSystemPropertyTaglet.java 2020-01-07 15:25:46.000000000 +0100 @@ -63,67 +63,67 @@ checkOrder("mymodule/mypackage/MyAnnotation.html", "

Annotation Type MyAnnotation

", - "(annotation) the test.property system property.", + "(annotation) the test.property system property.", "

Element Details

", - "(annotation/method) the test.property system property.", + "(annotation/method) the test.property system property.", ""); checkOrder("mymodule/mypackage/MyClass.html", "

Class MyClass

", - "(class) the test.property system property.", + "(class) the test.property system property.", "

Field Details

", - "(class/field) the test.property system property.", - "(class/static-field) the test.property system property.", + "(class/field) the test.property system property.", + "(class/static-field) the test.property system property.", "

Constructor Details

", - "(class/constructor) the test.property system property.", + "(class/constructor) the test.property system property.", "

Method Details

", - "(class/static-method) the test.property system property.", - "(class/method) the test.property system property.", + "(class/static-method) the test.property system property.", + "(class/method) the test.property system property.", ""); checkOrder("mymodule/mypackage/MyEnum.html", "

Enum MyEnum

", - "(enum) the test.property system property.", + "(enum) the test.property system property.", "

Enum Constant Details

", - "(enum/constant) the test.property system property.", + "(enum/constant) the test.property system property.", ""); checkOrder("mymodule/mypackage/MyError.html", "

Class MyError

", - "(error) the test.property system property.", + "(error) the test.property system property.", "

Constructor Details

", - "(error/constructor) the test.property system property.", + "(error/constructor) the test.property system property.", ""); checkOrder("mymodule/mypackage/MyException.html", "

Class MyException

", - "(exception) the test.property system property.", + "(exception) the test.property system property.", "

Constructor Details

", - "(exception/constructor) the test.property", + "(exception/constructor) the test.property", ""); checkOrder("mymodule/mypackage/MyInterface.html", "

Interface MyInterface

", - "(interface) the test.property system property.", + "(interface) the test.property system property.", "

Field Details

", - "(interface/constant) the test.property system property.", + "(interface/constant) the test.property system property.", "

Method Details

", - "(interface/method-1) the test.property system property.", - "(interface/method-2) the test.property system property.", + "(interface/method-1) the test.property system property.", + "(interface/method-2) the test.property system property.", ""); checkOrder("mymodule/module-summary.html", "

Module mymodule

", - "(module) the test.property system property.", + "(module) the test.property system property.", ""); checkOrder("mymodule/mypackage/package-summary.html", "

Package mypackage

", - "(package) the test.property system property.", + "(package) the test.property system property.", ""); checkOrder("index-all.html", - "

T

", + "

T

", "
test.property" + " - Search tag in annotation type mypackage.MyAnnotation
\n
System Property
", "
test.property" +