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

changeset 1741
4c43e51433ba
parent 1740
ce4f0769b4b2
child 1743
6a5288a298fd
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/HtmlDocletWriter.java	Tue May 14 10:14:53 2013 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/HtmlDocletWriter.java	Tue May 14 10:14:53 2013 -0700
     1.3 @@ -75,11 +75,6 @@
     1.4      public final DocPath filename;
     1.5  
     1.6      /**
     1.7 -     * The display length used for indentation while generating the class page.
     1.8 -     */
     1.9 -    public int displayLength = 0;
    1.10 -
    1.11 -    /**
    1.12       * The global configuration information for this run.
    1.13       */
    1.14      public final ConfigurationImpl configuration;
    1.15 @@ -1121,9 +1116,7 @@
    1.16       */
    1.17      public Content getLink(LinkInfoImpl linkInfo) {
    1.18          LinkFactoryImpl factory = new LinkFactoryImpl(this);
    1.19 -        Content link = factory.getLink(linkInfo);
    1.20 -        displayLength += linkInfo.displayLength;
    1.21 -        return link;
    1.22 +        return factory.getLink(linkInfo);
    1.23      }
    1.24  
    1.25      /**

mercurial