--- old/test/langtools/jdk/javadoc/doclet/testInterface/TestInterface.java 2020-01-07 15:25:21.000000000 +0100 +++ new/test/langtools/jdk/javadoc/doclet/testInterface/TestInterface.java 2020-01-07 15:25:21.000000000 +0100 @@ -123,7 +123,8 @@ "
Specified by:
\n"); checkOutput("pkg/ClassWithStaticMembers.html", true, - "

f

\n" + "
\n" + + "

f

\n" + "
public static " + "int f
\n" + "
A hider field
", @@ -135,7 +136,8 @@ + "
A hider method
\n" + "\n", - "

staticMethod

\n" + "
\n" + + "

staticMethod

\n" + "
public static " + "void staticMethod()
\n" + "
" @@ -177,11 +179,10 @@ checkOutput("pkg2/Spliterator.OfDouble.html", true, // Ensure the correct type parameters are displayed correctly - "

Nested classes/interfaces inherited from interface pkg2." + "

" + + "Nested classes/interfaces inherited from interface pkg2." + "Spliterator

\n" - + "\n" - + "\n" - + "" + + "" + "Spliterator.OfDouble, Spliterator.OfInt<" + ""