From 304910489a27b97684c4b652d638738b7472c631 Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Mon, 27 Jul 2020 15:39:46 +0100 Subject: [PATCH] =?UTF-8?q?Update=20language=20in=20android.text.format=20?= =?UTF-8?q?to=20comply=20with=20Android=E2=80=99s=20inclusive=20language?= =?UTF-8?q?=20guidance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: m droid Change-Id: I643275c1ea39fa1a5fef7283076827b93dffcab1 --- core/java/android/text/format/DateIntervalFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/text/format/DateIntervalFormat.java b/core/java/android/text/format/DateIntervalFormat.java index de9ec7ab9ea9b..e8236fda42b65 100644 --- a/core/java/android/text/format/DateIntervalFormat.java +++ b/core/java/android/text/format/DateIntervalFormat.java @@ -62,7 +62,7 @@ public final class DateIntervalFormat { /** * Format a date range. This is our slightly more sensible internal API. - * A truly sane replacement would take a skeleton instead of int flags. + * A truly reasonable replacement would take a skeleton instead of int flags. */ @VisibleForTesting(visibility = PACKAGE) public static String formatDateRange(ULocale icuLocale, android.icu.util.TimeZone icuTimeZone,