From 316b95c35e43cdc9298f470e370d8ffcfd36f69b Mon Sep 17 00:00:00 2001 From: Josh Hou Date: Mon, 6 Mar 2023 06:01:51 +0000 Subject: Remove the TODO comment from the public doc Bug: 271787360 Test: None Change-Id: I63e74330638d0642eb8006d1ffd0bd9ab08d1dc4 --- core/java/android/app/LocaleConfig.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/app/LocaleConfig.java b/core/java/android/app/LocaleConfig.java index f4cd60d08804..97cc706fbab6 100644 --- a/core/java/android/app/LocaleConfig.java +++ b/core/java/android/app/LocaleConfig.java @@ -58,10 +58,10 @@ import java.util.Set; * * @attr ref android.R.styleable#LocaleConfig_Locale_name * @attr ref android.R.styleable#AndroidManifestApplication_localeConfig - * - *

For more information about the LocaleConfig overridden by the application, see - * TODO(b/261528306): add link to guide */ +// Add following to last Note: when guide is written: +// For more information about the LocaleConfig overridden by the application, see TODO(b/261528306): +// add link to guide public class LocaleConfig implements Parcelable { private static final String TAG = "LocaleConfig"; public static final String TAG_LOCALE_CONFIG = "locale-config"; -- cgit v1.2.3-59-g8ed1b