diff options
| author | 2018-10-11 22:59:08 -0700 | |
|---|---|---|
| committer | 2018-10-11 22:59:08 -0700 | |
| commit | d96fe8ddd0061159637c04bab38c77a13bf9299d (patch) | |
| tree | 152c7b0eb7d1a3d0f4918d6aaabc9a058c861dd9 | |
| parent | 1a70721041ee04179a69a1adc5acaa43238b2088 (diff) | |
| parent | 293ab4941bfd7b1970ed3c1124c13d0c1a8f7e92 (diff) | |
Merge "Fix incorrect javadoc link"
am: 293ab4941b
Change-Id: Id288e51e79c867728e06caa8ee68bf28bd2dcbf5
| -rw-r--r-- | telephony/java/android/telephony/SubscriptionManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/SubscriptionManager.java b/telephony/java/android/telephony/SubscriptionManager.java index 5f295582b4e8..b0b7e7bdb748 100644 --- a/telephony/java/android/telephony/SubscriptionManager.java +++ b/telephony/java/android/telephony/SubscriptionManager.java @@ -1650,7 +1650,7 @@ public class SubscriptionManager { * Check if the subscription ID is usable. * * A usable subscription ID has a valid value except some special values such as - * {@link DEFAULT_SUBSCRIPTION_ID}. It can be used for subscription functions. + * {@link #DEFAULT_SUBSCRIPTION_ID}. It can be used for subscription functions. * * @param subscriptionId the subscription ID * @return {@code true} if the subscription ID is usable; {@code false} otherwise. |