commit | 9be870d8bd5931c7fc3201901dce11d6da44fe32 | [log] [tgz] |
---|---|---|
author | Aaron Huang <huangaaron@google.com> | Tue Feb 11 17:13:11 2020 +0800 |
committer | Chalard Jean <jchalard@google.com> | Wed Feb 12 06:10:10 2020 +0000 |
tree | fd3613a42e2a440260252fd15018f1ad586babad | |
parent | 6dc98549961acb0bbb9a1ab4516ff456ff34e89d [diff] |
Fix invalid usage of javadoc CP from ag/10125651 Test: this change removes invalid usage Change-Id: Ibc9b1965ec7aa545c0dae71d741c3802d3a9fa12 Merged-In: I35fc4a814238635fa95981649c27230dda319afa
diff --git a/core/java/android/net/NetworkAgentConfig.java b/core/java/android/net/NetworkAgentConfig.java index 1e5af67..2c5a113 100644 --- a/core/java/android/net/NetworkAgentConfig.java +++ b/core/java/android/net/NetworkAgentConfig.java
@@ -24,8 +24,7 @@ /** * 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 */