From 8031fa014cd9f8bb9eb7de47b76a732cdfade687 Mon Sep 17 00:00:00 2001 From: Justin Koh Date: Mon, 5 May 2014 16:28:49 -0700 Subject: Fix build due to @deprecated tag not having content Bug: 14441321 Change-Id: Ia42040db7030e4318ed2c34bbe90808a49f002db --- core/java/android/view/ViewConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/view/ViewConfiguration.java') 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() { -- cgit v1.2.3