From fb7246840f26ffe0a5ef836011282b8e55e2cf3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christofer=20=C3=85kersten?= Date: Mon, 3 Aug 2020 07:09:52 -0700 Subject: Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference BUG=161896447 Test: Built Change-Id: Ib847e9bb0c75dc9182a32a2cd9e17d956c48f941 --- src/com/android/tv/features/TvFeatures.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android') diff --git a/src/com/android/tv/features/TvFeatures.java b/src/com/android/tv/features/TvFeatures.java index 3075c225..5282c28c 100644 --- a/src/com/android/tv/features/TvFeatures.java +++ b/src/com/android/tv/features/TvFeatures.java @@ -98,7 +98,7 @@ public final class TvFeatures extends CommonFeatures { /** Enable a conflict dialog between currently watched channel and upcoming recording. */ public static final Feature SHOW_UPCOMING_CONFLICT_DIALOG = OFF; - /** Use input blacklist to disable partner's tuner input. */ + /** Use input blocklist to disable partner's tuner input. */ public static final Feature USE_PARTNER_INPUT_BLOCKLIST = ON; private TvFeatures() {} -- cgit v1.2.3