test/langtools/jdk/javadoc/doclet/testPrivateClasses/TestPrivateClasses.java
changeset 54648 89f2043ee67a
parent 53562 0d9dee001667
child 55197 0ca8e495bbba
equal deleted inserted replaced
54647:c0d9bc9b4e1f 54648:89f2043ee67a
    64                 + "fieldInheritedFromParent</a>",
    64                 + "fieldInheritedFromParent</a>",
    65                 // Method inheritance from non-public superclass.
    65                 // Method inheritance from non-public superclass.
    66                 "<a href=\"#methodInheritedFromParent(int)\">"
    66                 "<a href=\"#methodInheritedFromParent(int)\">"
    67                 + "methodInheritedFromParent</a>",
    67                 + "methodInheritedFromParent</a>",
    68                 // private class does not show up in tree
    68                 // private class does not show up in tree
    69                 "<ul class=\"inheritance\">\n"
    69                 "<div class=\"inheritance\" title=\"Inheritance Tree\">java.lang.Object\n"
    70                 + "<li>java.lang.Object</li>\n"
    70                 + "<div class=\"inheritance\">pkg.PublicChild</div>\n"
    71                 + "<li>\n"
    71                 + "</div>",
    72                 + "<ul class=\"inheritance\">\n"
       
    73                 + "<li>pkg.PublicChild</li>\n"
       
    74                 + "</ul>\n"
       
    75                 + "</li>\n"
       
    76                 + "</ul>",
       
    77                 // Method is documented as though it is declared in the inheriting method.
    72                 // Method is documented as though it is declared in the inheriting method.
    78                 "<pre class=\"methodSignature\">public&nbsp;void&nbsp;methodInheritedFromParent&#8203;(int&nbsp;p1)",
    73                 "<pre class=\"methodSignature\">public&nbsp;void&nbsp;methodInheritedFromParent&#8203;(int&nbsp;p1)",
    79                 "<dl>\n"
    74                 "<dl>\n"
    80                 + "<dt>All Implemented Interfaces:</dt>\n"
    75                 + "<dt>All Implemented Interfaces:</dt>\n"
    81                 + "<dd><code><a href=\"PublicInterface.html\" title=\"interface in pkg\">"
    76                 + "<dd><code><a href=\"PublicInterface.html\" title=\"interface in pkg\">"