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]
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user