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

changeset 958
734144b6b22f
parent 798
4868a36f6fd8
child 1357
c75be5bc5283
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/LinkFactoryImpl.java	Sun Apr 03 17:00:50 2011 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/LinkFactoryImpl.java	Mon Apr 04 10:14:23 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -69,9 +69,6 @@
    1.11          StringBuffer label = new StringBuffer(
    1.12              classLinkInfo.getClassLinkLabel(m_writer.configuration));
    1.13          classLinkInfo.displayLength += label.length();
    1.14 -        if (noLabel && classLinkInfo.excludeTypeParameterLinks) {
    1.15 -            label.append(getTypeParameterLinks(linkInfo).toString());
    1.16 -        }
    1.17          Configuration configuration = ConfigurationImpl.getInstance();
    1.18          LinkOutputImpl linkOutput = new LinkOutputImpl();
    1.19          if (classDoc.isIncluded()) {

mercurial