Typo fix in javadoc
@throw -> @throws @Deprecated -> @deprecated
This commit is contained in:
committed by
Jean-Baptiste Queru
parent
4d88cbd98e
commit
f2db9fb0f8
@@ -154,7 +154,7 @@ public class PhoneStateListener {
|
||||
* @see ServiceState#STATE_IN_SERVICE
|
||||
* @see ServiceState#STATE_OUT_OF_SERVICE
|
||||
* @see ServiceState#STATE_POWER_OFF
|
||||
* @deprecated, @see #onSignalStrengthsChanged
|
||||
* @deprecated , @see #onSignalStrengthsChanged
|
||||
*/
|
||||
public void onSignalStrengthChanged(int asu) {
|
||||
// default implementation empty
|
||||
|
||||
Reference in New Issue
Block a user