Merge "Update language to comply with Android's inclusive language guidance" am: 18e37909f3 am: 2009a6f05e am: fee9000990 am: 180266434e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1374877

Change-Id: I78607daa5e4a2a7860699ab4eee32b8d732d564f
This commit is contained in:
Treehugger Robot
2020-07-31 00:23:16 +00:00
committed by Automerger Merge Worker

View File

@@ -1863,7 +1863,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) {