summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2020-07-28 17:38:11 +0100
committerNeil Fuller <nfuller@google.com>2020-07-28 17:46:40 +0100
commit9e69ec01af17b6e9fe7f6f4a7f0be0ae55041c88 (patch)
tree0fb148d9f476ce5bd5c4e7e3fb4d6ceb2e67b73c
parentf23cfe134712cef43766dc1e8e79d5f220ba736d (diff)
downloadTimeZoneData-9e69ec01af17b6e9fe7f6f4a7f0be0ae55041c88.tar.gz
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: build only Change-Id: I11d399b3728d5a1d721bac7f5ad0f7210db186cb
-rw-r--r--src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java b/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java
index 0c1b39c..b524fce 100644
--- a/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java
+++ b/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java
@@ -103,7 +103,7 @@ public final class TimeZoneRulesDataProvider extends ContentProvider {
+ " instead user=" + currentUserHandle);
}
- // Sanity check our security
+ // Confirm our security
if (!TimeZoneRulesDataContract.AUTHORITY.equals(info.authority)) {
// The authority looked for by the time zone updater is fixed.
throw new SecurityException(