summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorvichang <vichang@google.com>2020-07-28 16:01:54 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-28 16:01:54 +0000
commit21ddfb5a16ee4d7d06d9f605ec709ea13e868708 (patch)
tree7320134c51feee15adbe9051a5c1b834855eea7c /core/java/android
parentb507bdd498fd4239793ac03875ee25bf76319ebb (diff)
parentecf22c3507a7c801eed04b6af5853c949d17329c (diff)
Merge "Update language in android.text.format to comply with Android’s inclusive language guidance" am: f7b2126b75 am: 80a5722b9b am: ecf22c3507
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1373056 Change-Id: Ie154dc167b1b858222f6eb7f9c9a6235df272f19
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/text/format/DateIntervalFormat.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/text/format/DateIntervalFormat.java b/core/java/android/text/format/DateIntervalFormat.java
index de9ec7ab9ea9..e8236fda42b6 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,