src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.java

changeset 182
47a62d8d98b4
parent 1
9a66ca7c79fa
child 554
9d9f26857129
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.java	Fri Dec 05 21:59:59 2008 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.java	Thu Jan 08 16:26:59 2009 -0800
     1.3 @@ -69,9 +69,9 @@
     1.4      public String label;
     1.5  
     1.6      /**
     1.7 -     * True if the link should be bolded.
     1.8 +     * True if the link should be strong.
     1.9       */
    1.10 -    public boolean isBold = false;
    1.11 +    public boolean isStrong = false;
    1.12  
    1.13      /**
    1.14       * True if we should include the type in the link label.  False otherwise.

mercurial