diff options
| author | Aaron Huang <huangaaron@google.com> | 2020-02-11 17:13:11 +0800 |
|---|---|---|
| committer | Chalard Jean <jchalard@google.com> | 2020-02-12 06:10:10 +0000 |
| commit | 9be870d8bd5931c7fc3201901dce11d6da44fe32 (patch) | |
| tree | fd3613a42e2a440260252fd15018f1ad586babad /core/java/android | |
| parent | 6dc98549961acb0bbb9a1ab4516ff456ff34e89d (diff) | |
Fix invalid usage of javadoc
CP from ag/10125651
Test: this change removes invalid usage
Change-Id: Ibc9b1965ec7aa545c0dae71d741c3802d3a9fa12
Merged-In: I35fc4a814238635fa95981649c27230dda319afa
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/net/NetworkAgentConfig.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/net/NetworkAgentConfig.java b/core/java/android/net/NetworkAgentConfig.java index 1e5af673b860..2c5a113a93da 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 */ |
