< prev index next >

test/langtools/jdk/javadoc/doclet/testPrivateClasses/TestPrivateClasses.java

Print this page

        

@@ -73,11 +73,11 @@
                 + "<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&nbsp;void&nbsp;methodInheritedFromParent​(int&nbsp;p1)",
+                "<pre>public&nbsp;void&nbsp;methodInheritedFromParent​(int&nbsp;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 >