From 8aa9ae69a24c3ae00106235c119e1b02de894839 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Tue, 4 Dec 2012 23:31:47 -0500 Subject: [PATCH] Fix longstanding nonsense in javadocs. Change-Id: Iea2c7b8e5dc7591a9586a628e891d71d215daec6 --- core/java/android/app/Notification.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 8f8df0affcde2..3f8e16c9dbd8e 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -322,7 +322,7 @@ public class Notification implements Parcelable /** * Bit to be bitwise-ored into the {@link #flags} field that should be * set if the notification should be canceled when it is clicked by the - * user. On tablets, the + * user. */ public static final int FLAG_AUTO_CANCEL = 0x00000010;