diff --git a/framework/src/android/net/NetworkCapabilities.java b/framework/src/android/net/NetworkCapabilities.java index feb9fc17db..b6cd760d6c 100644 --- a/framework/src/android/net/NetworkCapabilities.java +++ b/framework/src/android/net/NetworkCapabilities.java @@ -1615,8 +1615,8 @@ public final class NetworkCapabilities implements Parcelable { *

* Note that when used to register a network callback, this specifies the minimum acceptable * signal strength. When received as the state of an existing network it specifies the current - * value. A value of code SIGNAL_STRENGTH_UNSPECIFIED} means no value when received and has no - * effect when requesting a callback. + * value. A value of {@link #SIGNAL_STRENGTH_UNSPECIFIED} means no value when received and has + * no effect when requesting a callback. * * @param signalStrength the bearer-specific signal strength. * @hide