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
This commit is contained in:
Tobias Thierer
2019-04-10 10:32:04 +01:00
parent 46a93ae8f8
commit 77645d05fc

View File

@@ -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;
/**