Merge "Fix incorrect javadoc link" am: 293ab4941b

am: d96fe8ddd0

Change-Id: I0331d98eb989ee429eb0ef38c448eae551130118
This commit is contained in:
Nan Zhang
2018-10-11 23:16:13 -07:00
committed by android-build-merger

View File

@@ -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.