summaryrefslogtreecommitdiff
path: root/core/java/android/app/Instrumentation.java
diff options
context:
space:
mode:
authorNewton Allen <newt@google.com>2013-08-13 11:22:32 -0700
committerNewton Allen <newt@google.com>2013-11-01 02:38:01 +0000
commitff236f5fc1a088b1210d37a67b0e88b06c0fbdb2 (patch)
tree4092fe0319950266e4fd5742dd62e5d32927760e /core/java/android/app/Instrumentation.java
parent6934add2692ffbad8f299aaef80ee8d3f1f991d6 (diff)
Fix some documentation typos.
Change-Id: I0360d468d54d970c87f313e24e50965245206f28 (cherry picked from commit c502744f2ddcc80a34f5197b5d2c0d701c7d6e71)
Diffstat (limited to 'core/java/android/app/Instrumentation.java')
-rw-r--r--core/java/android/app/Instrumentation.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/Instrumentation.java b/core/java/android/app/Instrumentation.java
index a307a73d52b3..028fa6816b96 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.