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

Commit 91a8e9e7 authored by Andrew Solovay's avatar Andrew Solovay
Browse files

docs: Moving TODO out of exposed doc comment

The TODO in the doc comment was ending up in the published docs. Moved it to a separate, non-doc comment (// instead of /** */) so the doc engine will ignore it.

NO_TEST , fixes a doc bug (no code edits).

Change-Id: Ifbefc2cccef8fac5887184c017fbe6bc6a4a8e30
Fixes: 270366001
Test: [go/abtd docs build]
parent 4c68e35d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -537,10 +537,9 @@ public class CarrierConfigManager {

    /**
     * CDMA activation goes through OTASP.
     * <p>
     * TODO: This should be combined with config_use_hfa_for_provisioning and implemented as an enum
     * (NONE, HFA, OTASP).
     */
    // TODO: This should be combined with config_use_hfa_for_provisioning and implemented as an enum
    // (NONE, HFA, OTASP).
    public static final String KEY_USE_OTASP_FOR_PROVISIONING_BOOL =
            "use_otasp_for_provisioning_bool";