Fix the javadoc for requestBandwidthUpdate(...)

Change-Id: I6673dd219ef832acb15ce9b6398caa1c8503320b
This commit is contained in:
fenglu
2015-04-27 14:28:04 -07:00
parent faa4bcf5e3
commit ea2d928abe

View File

@@ -2586,7 +2586,7 @@ public class ConnectivityManager {
* method assumes that the caller has previously called {@link #registerNetworkCallback} to
* listen for network changes.
*
* @param network{@link Network} specifying which network you're interested.
* @param network {@link Network} specifying which network you're interested.
* @return {@code true} on success, {@code false} if the {@link Network} is no longer valid.
*/
public boolean requestBandwidthUpdate(Network network) {