summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorElliot Waite <elliotwaite@google.com>2017-01-25 15:22:55 -0800
committerElliot Waite <elliotwaite@google.com>2017-01-25 17:23:29 -0800
commitd5ed3bc5f302f673f4df540073beebc8421ffc63 (patch)
treeef97cdf6400d607f92c06cae8c1ae9e79e4814d4 /core/java/android
parent2fa71dd04a2fbc683611fc5b8dad1cd312ce3d8c (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.java2
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();