diff options
| author | Justin Koh <justinkoh@google.com> | 2014-05-06 00:03:04 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-06 00:03:04 +0000 |
| commit | 9241a8d681397d5bacbae19cb081854ebed14d03 (patch) | |
| tree | f1b4ac1b263d1cb8996dbad1f6a132f2da24e97b /core/java/android/view/ViewConfiguration.java | |
| parent | 8b98c2130730b64917da0e0dbfb7e9202272f4f1 (diff) | |
| parent | 8031fa014cd9f8bb9eb7de47b76a732cdfade687 (diff) | |
am 8031fa01: Fix build due to @deprecated tag not having content
* commit '8031fa014cd9f8bb9eb7de47b76a732cdfade687':
Fix build due to @deprecated tag not having content
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() { |
