summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author markchien <markchien@google.com> 2020-01-15 20:41:31 +0800
committer Mark Chien <markchien@google.com> 2020-01-15 12:58:25 +0000
commit06b9dfbaa0c9ecacb4a809805fb3d0d6a7319d16 (patch)
treeeb7dfb7123d86c2140a2fd268f2d9341ad65a214
parentbcd1d7f68821de7263e3f244a3a63669bd339b23 (diff)
NetworkAgent: Fix doc build fail by invalid tag
Bug: 138306002 Bug: 139268426 Test: make doc-comment-check-docs Change-Id: I8b8df5096b90ad10545087ab09f68ecae637aa35
-rw-r--r--core/java/android/net/NetworkAgent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/net/NetworkAgent.java b/core/java/android/net/NetworkAgent.java
index b2cf6f7dd684..aae9fd4725b4 100644
--- a/core/java/android/net/NetworkAgent.java
+++ b/core/java/android/net/NetworkAgent.java
@@ -570,7 +570,7 @@ public abstract class NetworkAgent {
* Called when the system determines the usefulness of this network.
*
* The system attempts to validate Internet connectivity on networks that provide the
- * {@NetworkCapabilities#NET_CAPABILITY_INTERNET} capability.
+ * {@link NetworkCapabilities#NET_CAPABILITY_INTERNET} capability.
*
* Currently there are two possible values:
* {@code VALIDATION_STATUS_VALID} if Internet connectivity was validated,