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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user