diff -r 4efd44aa85ff -r 47a62d8d98b4 src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.java --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.java Fri Dec 05 21:59:59 2008 -0800 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.java Thu Jan 08 16:26:59 2009 -0800 @@ -69,9 +69,9 @@ public String label; /** - * True if the link should be bolded. + * True if the link should be strong. */ - public boolean isBold = false; + public boolean isStrong = false; /** * True if we should include the type in the link label. False otherwise.