Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c288efb authored by Nan Zhang's avatar Nan Zhang
Browse files

Fix incorrect javadoc link

Test: m -j docs with -lerror enabled for frameworks/base docs.
Bug: b/116163454
Change-Id: I02a164b676397dd2d9e8a52ae344c1033b1a4029
parent e9f1e8c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.