Correct javadoc usage

"{@see" aren't rendered properly. Replace them with "See {@link"
or @see depending on the usage.

Bug: 238753273
Test: make doc-comment-check-docs ; Check the doc result
Change-Id: I70cb2f36e7c5fa8102b5949054df5184d755202c
This commit is contained in:
chiachangwang
2022-07-15 02:25:52 +00:00
parent e9c44ce718
commit 9473c59980
13 changed files with 33 additions and 33 deletions

View File

@@ -450,7 +450,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
* direct device-originated data traffic of the specific UIDs to the correct
* default network for each app.
* Order ints passed to netd must be in the 0~999 range. Larger values code for
* a lower priority, {@see NativeUidRangeConfig}
* a lower priority, see {@link NativeUidRangeConfig}.
*
* Requests that don't code for a per-app preference use PREFERENCE_ORDER_INVALID.
* The default request uses PREFERENCE_ORDER_DEFAULT.