Merge "Update comment to use inclusive language"

This commit is contained in:
Treehugger Robot
2020-07-28 23:46:03 +00:00
committed by Gerrit Code Review

View File

@@ -216,7 +216,7 @@ public final class NetworkSecurityConfig {
* in {@link Builder#build()}, recursively if needed.
*/
public Builder setParent(Builder parent) {
// Sanity check to avoid adding loops.
// Quick check to avoid adding loops.
Builder current = parent;
while (current != null) {
if (current == this) {