diff options
| author | Justin Koh <justinkoh@google.com> | 2014-05-06 00:07:16 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-06 00:07:16 +0000 |
| commit | d6fe30600c86e46df499b3ab8f8b5fbbc8a2c528 (patch) | |
| tree | a5d65f59b82b10f9e22385ade39d85ed7bf2b09a /core/java/android/view/ViewConfiguration.java | |
| parent | e126be2c5ba022b45c4f7103bed7bfc73576c500 (diff) | |
| parent | 9241a8d681397d5bacbae19cb081854ebed14d03 (diff) | |
am 9241a8d6: am 8031fa01: Fix build due to @deprecated tag not having content
* commit '9241a8d681397d5bacbae19cb081854ebed14d03':
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 275389dc6af7..4e91ad4db977 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() { |
