Reinstate access to a forgotten member

Followup to aosp/964440

Bug: 131764329
Test: none
Merged-In: I6f6b2cf75793532d3d537a223b8e15d7304a1e3f
Change-Id: Ib279c0076016c53e0491fc0df8cefff8ae280d66
(cherry picked from commit 41bd3c57b4ba347ac6eb4546855daf5473264a29)
This commit is contained in:
Chalard Jean
2019-05-27 04:33:13 -07:00
parent dc07f26256
commit ddfa1f5f4d

View File

@@ -22,7 +22,6 @@ import android.annotation.SystemApi;
import android.annotation.TestApi; import android.annotation.TestApi;
import android.annotation.UnsupportedAppUsage; import android.annotation.UnsupportedAppUsage;
import android.net.shared.InetAddressUtils; import android.net.shared.InetAddressUtils;
import android.os.Build;
import android.os.Parcel; import android.os.Parcel;
import android.os.Parcelable; import android.os.Parcelable;
@@ -54,7 +53,7 @@ import java.util.Objects;
@TestApi @TestApi
public final class StaticIpConfiguration implements Parcelable { public final class StaticIpConfiguration implements Parcelable {
/** @hide */ /** @hide */
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) @UnsupportedAppUsage
@Nullable @Nullable
public LinkAddress ipAddress; public LinkAddress ipAddress;
/** @hide */ /** @hide */