Skip to content
Snippets Groups Projects
Commit 77645d05 authored by Tobias Thierer's avatar Tobias Thierer
Browse files

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
parent 46a93ae8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment