Merge "Allow hidden connectivity APIs in net test utils" into sc-dev
diff --git a/staticlibs/framework/com/android/net/module/util/NetworkCapabilitiesUtils.java b/staticlibs/framework/com/android/net/module/util/NetworkCapabilitiesUtils.java
index 60808ee..552ab21 100644
--- a/staticlibs/framework/com/android/net/module/util/NetworkCapabilitiesUtils.java
+++ b/staticlibs/framework/com/android/net/module/util/NetworkCapabilitiesUtils.java
@@ -72,37 +72,37 @@
     };
 
     /**
-     * @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;