Skip to content
Snippets Groups Projects
Commit 3b791360 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Update comment to use inclusive language"

parents 1b2995ca 4143080a
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment