diff options
author | Daniel Sandler <dsandler@android.com> | 2012-12-04 23:31:47 -0500 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2012-12-04 23:32:27 -0500 |
commit | 8aa9ae69a24c3ae00106235c119e1b02de894839 (patch) | |
tree | 2885a5585255038b2cc3ec5c8d3114f088c5a94f /core/java/android/app | |
parent | e0a676a3bb0e7b9aced9359a021e4c5d2ffef752 (diff) | |
download | frameworks_base-8aa9ae69a24c3ae00106235c119e1b02de894839.zip frameworks_base-8aa9ae69a24c3ae00106235c119e1b02de894839.tar.gz frameworks_base-8aa9ae69a24c3ae00106235c119e1b02de894839.tar.bz2 |
Fix longstanding nonsense in javadocs.
Change-Id: Iea2c7b8e5dc7591a9586a628e891d71d215daec6
Diffstat (limited to 'core/java/android/app')
-rw-r--r-- | core/java/android/app/Notification.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 8f8df0a..3f8e16c 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; |