src/share/classes/com/sun/tools/doclets/formats/html/MethodWriterImpl.java

changeset 1737
7a9ef837e57f
parent 1736
74cd21f2c2fe
child 1738
6ea964c78845
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/MethodWriterImpl.java	Tue May 14 10:14:52 2013 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/MethodWriterImpl.java	Tue May 14 10:14:52 2013 -0700
     1.3 @@ -260,8 +260,8 @@
     1.4       * {@inheritDoc}
     1.5       */
     1.6      public void addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree) {
     1.7 -        Content classLink = new RawHtml(writer.getPreQualifiedClassLink(
     1.8 -                LinkInfoImpl.Kind.MEMBER, cd, false));
     1.9 +        Content classLink = writer.getPreQualifiedClassLink(
    1.10 +                LinkInfoImpl.Kind.MEMBER, cd, false);
    1.11          Content label = new StringContent(cd.isClass() ?
    1.12              configuration.getText("doclet.Methods_Inherited_From_Class") :
    1.13              configuration.getText("doclet.Methods_Inherited_From_Interface"));

mercurial