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

Commit dfa732f5 authored by Chalard Jean's avatar Chalard Jean Committed by android-build-merger
Browse files

Merge "Reinstate access to a forgotten member" am: ab6ab9e4 am: 2f4bd91b am: 41bd3c57

am: 470ee27a

Change-Id: I99cd44b7ac4ab41b41d0f1345881dd852c9e5e88
parents 6f7ac5ed 470ee27a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ import android.annotation.SystemApi;
import android.annotation.TestApi;
import android.annotation.UnsupportedAppUsage;
import android.net.shared.InetAddressUtils;
import android.os.Build;
import android.os.Parcel;
import android.os.Parcelable;

@@ -54,7 +53,7 @@ import java.util.Objects;
@TestApi
public final class StaticIpConfiguration implements Parcelable {
    /** @hide */
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
    @UnsupportedAppUsage
    @Nullable
    public LinkAddress ipAddress;
    /** @hide */