summaryrefslogtreecommitdiff
path: root/core/java/android/app/Service.java
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-18 17:39:46 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-18 17:39:46 -0700
commit105925376f8d0f6b318c9938c7b83ef7fef094da (patch)
tree3b19ee2bd8704cb9c6a0da7e42dec6759183de6d /core/java/android/app/Service.java
parentba87e3e6c985e7175152993b5efcc7dd2f0e1c93 (diff)
auto import from //branches/cupcake_rel/...@140373
Diffstat (limited to 'core/java/android/app/Service.java')
-rw-r--r--core/java/android/app/Service.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/Service.java b/core/java/android/app/Service.java
index a6a436f4fd09..d2fb6052e9ad 100644
--- a/core/java/android/app/Service.java
+++ b/core/java/android/app/Service.java
@@ -278,11 +278,11 @@ public abstract class Service extends ContextWrapper implements ComponentCallbac
}
/**
- * Stop the service, if the most recent time it was started was
+ * Stop the service if the most recent time it was started was
* <var>startId</var>. This is the same as calling {@link
* android.content.Context#stopService} for this particular service but allows you to
* safely avoid stopping if there is a start request from a client that you
- * haven't yet see in {@link #onStart}.
+ * haven't yet seen in {@link #onStart}.
*
* @param startId The most recent start identifier received in {@link
* #onStart}.