From 8077e15563c57546f1d1c3113c259fefe218353a Mon Sep 17 00:00:00 2001 From: Jeremy Joslin Date: Thu, 26 Jan 2017 11:30:37 -0800 Subject: [PATCH] Minor javadoc cleanup. Test: none Change-Id: Iaf1206767a6d0dc7a045a8fd6dc2a992ca6f3f1b --- core/java/android/app/NotificationManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/NotificationManager.java b/core/java/android/app/NotificationManager.java index 1f4fe67c6a792..5205959361a5b 100644 --- a/core/java/android/app/NotificationManager.java +++ b/core/java/android/app/NotificationManager.java @@ -1131,7 +1131,7 @@ public class NotificationManager * can be used from within background operations like broadcast receivers * or scheduled jobs. * - * @param service Description of the service to be stopped. The Intent must be either + * @param service Description of the service to be started. The Intent must be either * fully explicit (supplying a component name) or specify a specific package * name it is targeted to. * @param id The identifier for this notification as per