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

changeset 1935
8c55df2442c1
parent 1738
6ea964c78845
child 1985
0e6577980181
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/AnnotationTypeWriterImpl.java	Wed Aug 07 11:04:07 2013 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/AnnotationTypeWriterImpl.java	Wed Aug 07 15:00:24 2013 -0700
     1.3 @@ -262,7 +262,7 @@
     1.4          annotationInfoTree.addContent(hr);
     1.5          Tag[] deprs = annotationType.tags("deprecated");
     1.6          if (Util.isDeprecated(annotationType)) {
     1.7 -            Content strong = HtmlTree.STRONG(deprecatedPhrase);
     1.8 +            Content strong = HtmlTree.SPAN(HtmlStyle.strong, deprecatedPhrase);
     1.9              Content div = HtmlTree.DIV(HtmlStyle.block, strong);
    1.10              if (deprs.length > 0) {
    1.11                  Tag[] commentTags = deprs[0].inlineTags();

mercurial