Update a javadoc comment suggesting the use of a deprecated class.

This commit is contained in:
Marco Nelissen
2009-06-04 15:02:49 -07:00
parent c62a216a2b
commit b111554883

View File

@@ -229,7 +229,7 @@ public interface Phone {
/**
* Get the current DataState. No change notification exists at this
* interface -- use
* {@link com.android.internal.telephony.PhoneStateIntentReceiver PhoneStateIntentReceiver}
* {@link com.android.telephony.PhoneStateListener PhoneStateListener}
* instead.
*/
DataState getDataConnectionState();