diff options
author | Newton Allen <newt@google.com> | 2013-08-13 11:22:32 -0700 |
---|---|---|
committer | Newton Allen <newt@google.com> | 2013-10-30 16:18:21 -0700 |
commit | c502744f2ddcc80a34f5197b5d2c0d701c7d6e71 (patch) | |
tree | 1baf46988c1e72aeafeb8166a0e7988d7584d183 /core/java/android/app/Instrumentation.java | |
parent | 19a2ee5d70362182200a2a25e8f86bae2045885b (diff) | |
download | frameworks_base-c502744f2ddcc80a34f5197b5d2c0d701c7d6e71.zip frameworks_base-c502744f2ddcc80a34f5197b5d2c0d701c7d6e71.tar.gz frameworks_base-c502744f2ddcc80a34f5197b5d2c0d701c7d6e71.tar.bz2 |
Fix some documentation typos.
Change-Id: I0360d468d54d970c87f313e24e50965245206f28
Diffstat (limited to 'core/java/android/app/Instrumentation.java')
-rw-r--r-- | core/java/android/app/Instrumentation.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/Instrumentation.java b/core/java/android/app/Instrumentation.java index a307a73..028fa68 100644 --- a/core/java/android/app/Instrumentation.java +++ b/core/java/android/app/Instrumentation.java @@ -1213,8 +1213,8 @@ public class Instrumentation { } /** - * Perform calling of an activity's {@link Activity#onPause} method. The - * default implementation simply calls through to that method. + * Perform calling of an activity's {@link Activity#onSaveInstanceState} + * method. The default implementation simply calls through to that method. * * @param activity The activity being saved. * @param outState The bundle to pass to the call. |