diff options
| author | 2019-12-12 14:27:33 +0000 | |
|---|---|---|
| committer | 2019-12-12 14:27:33 +0000 | |
| commit | 3bf0db56f83bc882bf18e367dffbd9a0f3b094bd (patch) | |
| tree | 4fe07eec1f9253f85d06b1b3b2d9aa82f283390c | |
| parent | 6281a114fa8766412639db96d48d0da491617bd8 (diff) | |
| parent | 7c073693c08a009092b030c790f0580fb7da1170 (diff) | |
Merge "Fix a doc" am: e7a644ba7e am: 7c073693c0
Change-Id: I774c526b9fd7ae58ec690438e7de7fb532cd555f
| -rw-r--r-- | services/core/java/com/android/server/ConnectivityService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/ConnectivityService.java b/services/core/java/com/android/server/ConnectivityService.java index f8f685d939a7..b71943504bf6 100644 --- a/services/core/java/com/android/server/ConnectivityService.java +++ b/services/core/java/com/android/server/ConnectivityService.java @@ -5573,7 +5573,7 @@ public class ConnectivityService extends IConnectivityManager.Stub * @param linkProperties the initial link properties of this network. They can be updated * later : see {@link #updateLinkProperties}. * @param networkCapabilities the initial capabilites of this network. They can be updated - * later : see {@link #updateNetworkCapabilities}. + * later : see {@link #updateCapabilities}. * @param currentScore the initial score of the network. See * {@link NetworkAgentInfo#getCurrentScore}. * @param networkMisc metadata about the network. This is never updated. |