Merge "Update language to comply with Android's inclusive language guidance"

This commit is contained in:
Treehugger Robot
2020-07-30 01:00:04 +00:00
committed by Gerrit Code Review

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