Merge "Update language to comply with Android's inclusive language guidance" am: 18e37909f3

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

Change-Id: I6afccdaa61db8d1d9f4407e252f22857e578ea9f
This commit is contained in:
Treehugger Robot
2020-07-30 01:06:08 +00:00
committed by Automerger Merge Worker

View File

@@ -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) {