diff options
| author | Elliot Waite <elliotwaite@google.com> | 2017-01-25 15:22:55 -0800 |
|---|---|---|
| committer | Elliot Waite <elliotwaite@google.com> | 2017-01-25 17:23:29 -0800 |
| commit | d5ed3bc5f302f673f4df540073beebc8421ffc63 (patch) | |
| tree | ef97cdf6400d607f92c06cae8c1ae9e79e4814d4 /core/java/android | |
| parent | 2fa71dd04a2fbc683611fc5b8dad1cd312ce3d8c (diff) | |
Fix @see tag.
Test: make ds-docs
Change-Id: Iefdc92a7139155eccca11a5393da6f31d8603322
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/Activity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index df4c4af17f69..5d49595e083a 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -7161,7 +7161,7 @@ public class Activity extends ContextThemeWrapper * * @return True if caption is displayed on content, false if it pushes the content down. * - * @see {@link #setOverlayWithDecorCaptionEnabled(boolean)} + * @see #setOverlayWithDecorCaptionEnabled(boolean) */ public boolean isOverlayWithDecorCaptionEnabled() { return mWindow.isOverlayWithDecorCaptionEnabled(); |
