diff options
| author | 2020-07-30 01:00:04 +0000 | |
|---|---|---|
| committer | 2020-07-30 01:00:04 +0000 | |
| commit | 18e37909f3e3a41c403670c1c5a08a3354bc5c83 (patch) | |
| tree | 35f2d96f4b78f28859b70f3790dbb519c9350f70 | |
| parent | df9c0ce0d6d9c6b8be71f8e723826d43f7ee27fc (diff) | |
| parent | e3f0cc2cc8954c769df9e9a826c6990921839831 (diff) | |
Merge "Update language to comply with Android's inclusive language guidance"
| -rw-r--r-- | core/java/android/content/res/Configuration.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/res/Configuration.java b/core/java/android/content/res/Configuration.java index cec6382cf559..5e1a92b8bd49 100644 --- a/core/java/android/content/res/Configuration.java +++ b/core/java/android/content/res/Configuration.java @@ -1772,7 +1772,7 @@ public final class Configuration implements Parcelable, Comparable<Configuration */ public boolean isOtherSeqNewer(Configuration other) { if (other == null) { - // Sanity check. + // Validation check. return false; } if (other.seq == 0) { |