From c2b200e46b8ee7cf3a14bb0dfb52d701b59dd7a9 Mon Sep 17 00:00:00 2001 From: Aaron Huang Date: Tue, 11 Feb 2020 17:13:11 +0800 Subject: [PATCH] Fix invalid usage of javadoc CP from ag/10125651 Test: this change removes invalid usage Change-Id: Ibc9b1965ec7aa545c0dae71d741c3802d3a9fa12 Merged-In: I35fc4a814238635fa95981649c27230dda319afa --- core/java/android/net/NetworkAgentConfig.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/java/android/net/NetworkAgentConfig.java b/core/java/android/net/NetworkAgentConfig.java index 1e5af673b8..2c5a113a93 100644 --- a/core/java/android/net/NetworkAgentConfig.java +++ b/core/java/android/net/NetworkAgentConfig.java @@ -24,8 +24,7 @@ import android.os.Parcelable; /** * Allows a network transport to provide the system with policy and configuration information about - * a particular network when registering a {@link NetworkAgent}. - * @note This information cannot change once the agent is registered. + * a particular network when registering a {@link NetworkAgent}. This information cannot change once the agent is registered. * * @hide */