Merge "Reinstate access to a forgotten member"

am: ab6ab9e4d4

Change-Id: Iad9203323f33a5f25ff080e21d046030e2a9be64
This commit is contained in:
Chalard Jean
2019-05-27 04:28:05 -07:00
committed by android-build-merger

View File

@@ -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 */