am 95035daf: am 39715e2f: Merge change I962d468d into eclair

Merge commit '95035daffba91e776734c927c01d104c4478bd9e'

* commit '95035daffba91e776734c927c01d104c4478bd9e':
  revise the deprecated warning to use the 'caution'
This commit is contained in:
Scott Main 2009-10-01 12:22:34 -07:00 committed by Android Git Automerger
commit 07dc76fee2

View file

@ -98,8 +98,8 @@ def:short_descr(obj) ?><?cs
<?cs # Show the red box with the deprecated warning ?><?cs
def:deprecated_warning(obj) ?><?cs
if:subcount(obj.deprecated) ?><p>
<p class="warning jd-deprecated-warning">
<strong><?cs call:deprecated_text(obj.kind) ?></strong><?cs
<p class="caution">
<strong><?cs call:deprecated_text(obj.kind) ?></strong><br/> <?cs
call:tag_list(obj.deprecated) ?>
</p><?cs
/if ?><?cs