diff options
| author | Jeff Sharkey <jsharkey@android.com> | 2012-04-11 18:39:26 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-04-11 18:39:26 -0700 |
| commit | b990893ffc591bc7de9d5fd54dbe1707388717a8 (patch) | |
| tree | 761368150b39f86867cac371d54bdd79e8868bcc /core/java/android/app/Activity.java | |
| parent | 9766937ba57ca80977a68c681fdd4e46b6e1fd81 (diff) | |
| parent | 5554b7082220d37496e30f39a0d9146afc177ab4 (diff) | |
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 227900ecb118..1c820dc0a012 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -4656,7 +4656,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. |
