diff options
| author | 2009-06-04 15:45:22 -0700 | |
|---|---|---|
| committer | 2009-06-04 15:45:22 -0700 | |
| commit | 35c46680852268d6b7b51dadf3d5349d146ccdcd (patch) | |
| tree | 61812eb4f0584d0894cc5b6f4a1adc98dff7ff7d | |
| parent | ad8a510fcc3b853bd0dadcffb4433c465f2993b4 (diff) | |
| parent | b111554883ef3d4101c2f3fe9d630f5c1d3bbf7a (diff) | |
Merge change 3226 into donut
* changes:
Update a javadoc comment suggesting the use of a deprecated class.
| -rw-r--r-- | telephony/java/com/android/internal/telephony/Phone.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/Phone.java b/telephony/java/com/android/internal/telephony/Phone.java index 260f66245209..a6b048003436 100644 --- a/telephony/java/com/android/internal/telephony/Phone.java +++ b/telephony/java/com/android/internal/telephony/Phone.java @@ -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(); |