diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-06-08 11:51:29 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-06-08 11:51:29 +0000 |
| commit | 6b03498a54c94edb61389eee3a0a527a03bdd76f (patch) | |
| tree | e05fff4183197e94076e5ebf3e97741259ad818e /core/java/android | |
| parent | 1b9de57f3844c8aa784a5163a4581851c2f17baf (diff) | |
| parent | 042be01f9e33a86cc2cbe159dc780ad13b2bfa40 (diff) | |
Merge "Opportunistic typo fix"
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/PendingIntent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/PendingIntent.java b/core/java/android/app/PendingIntent.java index b7d3f578df27..6e37525db587 100644 --- a/core/java/android/app/PendingIntent.java +++ b/core/java/android/app/PendingIntent.java @@ -189,7 +189,7 @@ public final class PendingIntent implements Parcelable { */ public interface OnFinished { /** - * Called when a send operation as completed. + * Called when a send operation has completed. * * @param pendingIntent The PendingIntent this operation was sent through. * @param intent The original Intent that was sent. |
