From 2e3154435f40a6b802dea198f695d4e85a7f4316 Mon Sep 17 00:00:00 2001 From: Chalard Jean Date: Thu, 12 Dec 2019 13:56:13 +0900 Subject: [PATCH] Fix a doc Test: FrameworksNetTests Change-Id: I5c9aeb627d9f22aa84bc134b6c7d3c15f237a775 --- services/core/java/com/android/server/ConnectivityService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/java/com/android/server/ConnectivityService.java b/services/core/java/com/android/server/ConnectivityService.java index f8f685d939..b71943504b 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.