summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAaron Huang <huangaaron@google.com>2021-04-01 10:53:16 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-01 10:53:16 +0000
commit5dd11e4f89b8913ce53ab4e2b28373e63f974ba5 (patch)
treec715c2d8028efba96b69fa16b203b014a003c607 /common
parent691d005e9118cfff9f020659da9c8be6ae9a6008 (diff)
parent99ff8a1c66e77001270bd52cdc10e77cba9b4570 (diff)
downloadnet-5dd11e4f89b8913ce53ab4e2b28373e63f974ba5.tar.gz
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
Diffstat (limited to 'common')
-rw-r--r--common/framework/com/android/net/module/util/NetworkCapabilitiesUtils.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/common/framework/com/android/net/module/util/NetworkCapabilitiesUtils.java b/common/framework/com/android/net/module/util/NetworkCapabilitiesUtils.java
index 60808eeb..552ab21f 100644
--- a/common/framework/com/android/net/module/util/NetworkCapabilitiesUtils.java
+++ b/common/framework/com/android/net/module/util/NetworkCapabilitiesUtils.java
@@ -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;