aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/event/Event.java
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2020-07-22 14:08:35 -0700
committerSeigo Nonaka <nona@google.com>2020-07-22 14:08:35 -0700
commitf53e034a174b473519c0a4755fb9440dc9ecbfcf (patch)
treeae3905d1c9f88100c160e6f8800d272adebfdd41 /java/src/com/android/inputmethod/event/Event.java
parentdaadf71015bf37651ed81a2d5877b480736db5cd (diff)
downloadlatinime-f53e034a174b473519c0a4755fb9440dc9ecbfcf.tar.gz
latinime-f53e034a174b473519c0a4755fb9440dc9ecbfcf.tar.xz
latinime-f53e034a174b473519c0a4755fb9440dc9ecbfcf.zip
Update language to comply with Android’s inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: tapas LatinIME && m Change-Id: I2ffb39ff70f61e579b62761d3da526a545dead1f
Diffstat (limited to 'java/src/com/android/inputmethod/event/Event.java')
-rw-r--r--java/src/com/android/inputmethod/event/Event.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/event/Event.java b/java/src/com/android/inputmethod/event/Event.java
index e3b1afc53..58d878fbe 100644
--- a/java/src/com/android/inputmethod/event/Event.java
+++ b/java/src/com/android/inputmethod/event/Event.java
@@ -123,7 +123,7 @@ public class Event {
mSuggestedWordInfo = suggestedWordInfo;
mFlags = flags;
mNextEvent = next;
- // Sanity checks
+ // Validity checks
// mSuggestedWordInfo is non-null if and only if the type is SUGGESTION_PICKED
if (EVENT_TYPE_SUGGESTION_PICKED == mEventType) {
if (null == mSuggestedWordInfo) {