From 66729ff685e6a47c63e8137d26ec22525cd8f385 Mon Sep 17 00:00:00 2001 From: Shuhrat Dehkanov Date: Wed, 13 May 2015 17:16:29 +0900 Subject: [PATCH] AlarmClockInfo: fix redundant word in doc comment Removed one of unintentional double "intent"s. Change-Id: I0ce4224964afae0587ce55b6b4775370eff89d26 Signed-off-by: Shuhrat Dehkanov --- core/java/android/app/AlarmManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/AlarmManager.java b/core/java/android/app/AlarmManager.java index 2c596e5c37c02..8dec1101e9125 100644 --- a/core/java/android/app/AlarmManager.java +++ b/core/java/android/app/AlarmManager.java @@ -629,7 +629,7 @@ public class AlarmManager } /** - * Returns an intent intent that can be used to show or edit details of the alarm clock in + * Returns an intent that can be used to show or edit details of the alarm clock in * the application that scheduled it. * *

Beware that any application can retrieve and send this intent,