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

Commit e74f3adb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "ConnectivityManager: fix style issue"

parents a88b12ce a5c1f7f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -596,7 +596,7 @@ public class ConnectivityManager {
    /**
     * @hide
     */
    public final static int REQUEST_ID_UNSET = 0;
    public static final int REQUEST_ID_UNSET = 0;

    /**
     * Static unique request used as a tombstone for NetworkCallbacks that have been unregistered.
@@ -604,7 +604,7 @@ public class ConnectivityManager {
     * registered and those that were already unregistered.
     * @hide
     */
    private final static NetworkRequest ALREADY_UNREGISTERED =
    private static final NetworkRequest ALREADY_UNREGISTERED =
            new NetworkRequest.Builder().clearCapabilities().build();

    /**