diff -r 6ee9b4aa803e -r 258ad5fd9b57 langtools/test/jdk/javadoc/doclet/testInterface/TestInterface.java --- a/langtools/test/jdk/javadoc/doclet/testInterface/TestInterface.java Tue Aug 16 10:35:10 2016 -0700 +++ b/langtools/test/jdk/javadoc/doclet/testInterface/TestInterface.java Tue Aug 16 10:57:13 2016 -0700 @@ -36,7 +36,7 @@ */ /* - * TODO: make it Inteferface ie. fix all ParameterTypes, likely should get + * TODO: make it Interface ie. fix all ParameterTypes, likely should get * fixed when Doc is replace by j.l.m, but meanwhile this test has been adjusted * take the current format this is better than @ignore because we can follow the * differences as the work progress. @@ -69,17 +69,17 @@ // Make sure known implementing class list is correct and omits type parameters. "
\n" + "
All Known Implementing Classes:
\n" - + "
Child" - + ", Parent" - + "
\n" + + "
Child" + + ", Parent" + + "
\n" + "
"); checkOutput("pkg/Child.html", true, // Make sure "All Implemented Interfaces": has substituted type parameters "
\n" + "
All Implemented Interfaces:
\n" - + "
" - + "Interface<CE>
\n" + + "
" + + "Interface<CE>
\n" + "
", //Make sure Class Tree has substituted type parameters. "