From 7aee61f5a96e94e158bf5ad3d8e192c4d4f7eff6 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 8 Feb 2011 11:25:01 -0800 Subject: docs: fix links to revised fundamentals documents Change-Id: Ie2a660cce1d00f924c9fde5c6a00776307e5e1c7 --- test-runner/src/android/test/ServiceTestCase.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test-runner') diff --git a/test-runner/src/android/test/ServiceTestCase.java b/test-runner/src/android/test/ServiceTestCase.java index f9e8adb..8fad5d6 100644 --- a/test-runner/src/android/test/ServiceTestCase.java +++ b/test-runner/src/android/test/ServiceTestCase.java @@ -36,9 +36,9 @@ import java.util.Random; * *

Lifecycle Support. * A Service is accessed with a specific sequence of - * calls, as documented in the section - * - * Service lifecycle in the Developer Guide. In order to support the lifecycle of a Service, + * calls, as described in the + * Services + * document. In order to support the lifecycle of a Service, * ServiceTestCase enforces this protocol: * *