< prev index next >
test/langtools/jdk/javadoc/doclet/testPrivateClasses/TestPrivateClasses.java
Print this page
*** 73,83 ****
+ "<li>pkg.PublicChild</li>\n"
+ "</ul>\n"
+ "</li>\n"
+ "</ul>",
// Method is documented as though it is declared in the inheriting method.
! "<pre class=\"methodSignature\">public void methodInheritedFromParent(int p1)",
"<dl>\n"
+ "<dt>All Implemented Interfaces:</dt>\n"
+ "<dd><code><a href=\"PublicInterface.html\" title=\"interface in pkg\">"
+ "PublicInterface</a></code></dd>\n"
+ "</dl>");
--- 73,83 ----
+ "<li>pkg.PublicChild</li>\n"
+ "</ul>\n"
+ "</li>\n"
+ "</ul>",
// Method is documented as though it is declared in the inheriting method.
! "<pre>public void methodInheritedFromParent(int p1)",
"<dl>\n"
+ "<dt>All Implemented Interfaces:</dt>\n"
+ "<dd><code><a href=\"PublicInterface.html\" title=\"interface in pkg\">"
+ "PublicInterface</a></code></dd>\n"
+ "</dl>");
< prev index next >