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

Commit a104fee2 authored by Andrew Solovay's avatar Andrew Solovay
Browse files

docs: Pulling TODO out of doc comment

The TODO in the doc comment was exposed in the public reference docs.
Moving it into a non-doc //comment , after the doc comment block, so
the doc-generation engine will ignore it.

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

Change-Id: I4da8fd47544129b0a51cc3fa562bf98409e26045
Fixes: 270364475
Test: [go/abtd docs build]
parent 5a2edd43
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -198,13 +198,14 @@ public class LocaleManager {
     * the override config, and stored in a system file for future access.
     * the override config, and stored in a system file for future access.
     *
     *
     * <p><b>Note:</b> Using this function, applications can update their list of supported
     * <p><b>Note:</b> Using this function, applications can update their list of supported
     * locales while running, without an update of the application’s software. For more
     * locales while running, without an update of the application’s software.
     * information, see TODO(b/261528306): add link to guide.
     *
     *
     * <p>Applications can remove the override LocaleConfig with a {@code null} object.
     * <p>Applications can remove the override LocaleConfig with a {@code null} object.
     *
     *
     * @param localeConfig the desired {@link LocaleConfig} for the calling app.
     * @param localeConfig the desired {@link LocaleConfig} for the calling app.
     */
     */
     // Add following to last Note: when guide is written:
     // For more information, see TODO(b/261528306): add link to guide.
    @UserHandleAware
    @UserHandleAware
    public void setOverrideLocaleConfig(@Nullable LocaleConfig localeConfig) {
    public void setOverrideLocaleConfig(@Nullable LocaleConfig localeConfig) {
        try {
        try {