diff options
| author | Jeff Sharkey <jsharkey@android.com> | 2012-04-11 19:21:27 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-04-11 19:21:27 -0700 |
| commit | 88d9710483c07c6fe985018e276532a2c480df81 (patch) | |
| tree | d390e933e925f1b62270bc1f6288c9eb31916821 /core/java/android/app/Activity.java | |
| parent | a2ac13ee0141035bfe5cd882d095a10883576392 (diff) | |
| parent | d9818244f9bf47b9e2981df7866b1ace01392fa9 (diff) | |
am d9818244: Merge "DO NOT MERGE: Make component names visible in javadoc." into ics-mr1
* commit 'd9818244f9bf47b9e2981df7866b1ace01392fa9':
DO NOT MERGE: Make component names visible in javadoc.
Diffstat (limited to 'core/java/android/app/Activity.java')
| -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 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 <activity_component_name>". * * @param prefix Desired prefix to prepend at each line of output. * @param fd The raw file descriptor that the dump is being sent to. |
