From 77645d05fc8006d8ca9aae145bce51e5c19498e0 Mon Sep 17 00:00:00 2001 From: Tobias Thierer Date: Wed, 10 Apr 2019 10:32:04 +0100 Subject: [PATCH] Add missing @Deprecated annotation. make warns when a @deprecated javadoc tag is not matched by a corresponding annotation. The other @deprecated fields in this class have both. Fixes: 71706673 Test: Treehugger Change-Id: I3749a54acc9f63dabdacac77849add34d4085561 --- .../java/com/android/internal/telephony/TelephonyIntents.java | 1 + 1 file changed, 1 insertion(+) diff --git a/telephony/java/com/android/internal/telephony/TelephonyIntents.java b/telephony/java/com/android/internal/telephony/TelephonyIntents.java index 2a648bd8b2520..134f585a0d8a7 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyIntents.java +++ b/telephony/java/com/android/internal/telephony/TelephonyIntents.java @@ -56,6 +56,7 @@ public class TelephonyIntents { * by the system. * @deprecated use {@link Intent#ACTION_SERVICE_STATE} */ + @Deprecated public static final String ACTION_SERVICE_STATE_CHANGED = Intent.ACTION_SERVICE_STATE; /**