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

Commit 7ed22093 authored by Lucas Lin's avatar Lucas Lin Committed by Gerrit Code Review
Browse files

Merge "Remove a comment from ConnectivityService"

parents 0b2d583b 825ebd98
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5854,7 +5854,6 @@ public class ConnectivityService extends IConnectivityManager.Stub
    @GuardedBy("mBlockedAppUids")
    private final HashSet<Integer> mBlockedAppUids = new HashSet<>();

    // Note: if mDefaultRequest is changed, NetworkMonitor needs to be updated.
    @NonNull
    private final NetworkRequest mDefaultRequest;
    // The NetworkAgentInfo currently satisfying the default request, if any.