diff options
| author | Justin Koh <justinkoh@google.com> | 2014-05-05 16:28:49 -0700 |
|---|---|---|
| committer | Justin Koh <justinkoh@google.com> | 2014-05-05 16:29:52 -0700 |
| commit | 8031fa014cd9f8bb9eb7de47b76a732cdfade687 (patch) | |
| tree | b5f0d30fcbf04fc603861e19d15024be789a4277 /core/java/android/view/ViewConfiguration.java | |
| parent | bebfcb93ef97095a7caa1f80a0b1b05a04e9fd8c (diff) | |
Fix build due to @deprecated tag not having content
Bug: 14441321
Change-Id: Ia42040db7030e4318ed2c34bbe90808a49f002db
Diffstat (limited to 'core/java/android/view/ViewConfiguration.java')
| -rw-r--r-- | core/java/android/view/ViewConfiguration.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/ViewConfiguration.java b/core/java/android/view/ViewConfiguration.java index 802c6667fc30..ad64ca71152b 100644 --- a/core/java/android/view/ViewConfiguration.java +++ b/core/java/android/view/ViewConfiguration.java @@ -702,7 +702,7 @@ public class ViewConfiguration { * * @return how long a user needs to press the relevant key to bring up * the global actions dialog. - * @deprecated + * @deprecated This timeout should not be used by applications */ @Deprecated public static long getGlobalActionKeyTimeout() { |
