Fix javadoc error am: e8b56bb5a3 am: 43bcbeb7f0 am: 99ff8a1c66

Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/net/+/1661679

Change-Id: I2470e999ceac258691257997ef1ac806a8c59252
This commit is contained in:
Aaron Huang
2021-04-01 10:53:16 +00:00
committed by Automerger Merge Worker

View File

@@ -72,37 +72,37 @@ public final class NetworkCapabilitiesUtils {
};
/**
* @See android.net.NetworkCapabilities.NET_CAPABILITY_OEM_PRIVATE
* See android.net.NetworkCapabilities.NET_CAPABILITY_OEM_PRIVATE
* TODO: Use API constant when all downstream branches are S-based
*/
public static final int NET_CAPABILITY_OEM_PRIVATE = 26;
/**
* @See android.net.NetworkCapabilities.NET_CAPABILITY_VEHICLE_INTERNAL
* See android.net.NetworkCapabilities.NET_CAPABILITY_VEHICLE_INTERNAL
* TODO: Use API constant when all downstream branches are S-based
*/
public static final int NET_CAPABILITY_VEHICLE_INTERNAL = 27;
/**
* @See android.net.NetworkCapabilities.NET_CAPABILITY_NOT_VCN_MANAGED
* See android.net.NetworkCapabilities.NET_CAPABILITY_NOT_VCN_MANAGED
* TODO: Use API constant when all downstream branches are S-based
*/
public static final int NET_CAPABILITY_NOT_VCN_MANAGED = 28;
/**
* @See android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE
* See android.net.NetworkCapabilities.NET_CAPABILITY_ENTERPRISE
* TODO: Use API constant when all downstream branches are S-based
*/
public static final int NET_CAPABILITY_ENTERPRISE = 29;
/**
* @See android.net.NetworkCapabilities.NET_CAPABILITY_VSIM
* See android.net.NetworkCapabilities.NET_CAPABILITY_VSIM
* TODO: Use API constant when all downstream branches are S-based
*/
public static final int NET_CAPABILITY_VSIM = 30;
/**
* @See android.net.NetworkCapabilities.NET_CAPABILITY_BIP
* See android.net.NetworkCapabilities.NET_CAPABILITY_BIP
* TODO: Use API constant when all downstream branches are S-based
*/
public static final int NET_CAPABILITY_BIP = 31;