Fix javadoc error am: e8b56bb5a3 am: 43bcbeb7f0

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

Change-Id: I826d6e5afabbabb3f5ca0fdfef1e0aad8624d1f6
diff --git a/staticlibs/framework/com/android/net/module/util/NetworkCapabilitiesUtils.java b/staticlibs/framework/com/android/net/module/util/NetworkCapabilitiesUtils.java
index 7bf8fc1..4c7d675 100644
--- a/staticlibs/framework/com/android/net/module/util/NetworkCapabilitiesUtils.java
+++ b/staticlibs/framework/com/android/net/module/util/NetworkCapabilitiesUtils.java
@@ -71,37 +71,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;