summaryrefslogtreecommitdiff
path: root/core/java/android/app/Activity.java
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-04-11 18:30:51 -0700
committerJeff Sharkey <jsharkey@android.com>2012-04-11 19:15:42 -0700
commitaa0a453a7ae0ee1f588298bf78a8fac16b5aae38 (patch)
tree56f61102309176aeb71d6757939d427126ccc924 /core/java/android/app/Activity.java
parenta5894871b2a64f8ef80089a8ca962227c4d77155 (diff)
DO NOT MERGE: Make component names visible in javadoc.
Change-Id: I3770ea6616b8425c387bcd27d668e3114b14335d
Diffstat (limited to 'core/java/android/app/Activity.java')
-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 8e8d37d645c9..f15fbf13bb34 100644
--- a/core/java/android/app/Activity.java
+++ b/core/java/android/app/Activity.java
@@ -4277,7 +4277,7 @@ public class Activity extends ContextThemeWrapper
/**
* Print the Activity's state into the given stream. This gets invoked if
- * you run "adb shell dumpsys activity <activity_component_name>".
+ * you run "adb shell dumpsys activity &lt;activity_component_name&gt;".
*
* @param prefix Desired prefix to prepend at each line of output.
* @param fd The raw file descriptor that the dump is being sent to.