Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d50f5137 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update comment to use inclusive language" am: 3b791360 am: 03e5841e...

Merge "Update comment to use inclusive language" am: 3b791360 am: 03e5841e am: cb45db06 am: 2d3240aa am: ca343738

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

Change-Id: I0feac28d8b69992e31c9d710bcc8f6e8c5046565
parents 0e6e4f94 ca343738
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {