Merge "Correct javadoc usage"

This commit is contained in:
Chiachang Wang
2022-07-15 07:41:33 +00:00
committed by Gerrit Code Review
13 changed files with 33 additions and 33 deletions

View File

@@ -453,7 +453,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.