From c502744f2ddcc80a34f5197b5d2c0d701c7d6e71 Mon Sep 17 00:00:00 2001 From: Newton Allen Date: Tue, 13 Aug 2013 11:22:32 -0700 Subject: Fix some documentation typos. Change-Id: I0360d468d54d970c87f313e24e50965245206f28 --- core/java/android/app/Instrumentation.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android/app/Instrumentation.java') 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. -- cgit v1.1