OSDN Git Service

Fix javadoc error for requestNetwork.
authorLorenzo Colitti <lorenzo@google.com>
Fri, 24 Apr 2015 08:03:31 +0000 (17:03 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Fri, 1 May 2015 03:36:29 +0000 (12:36 +0900)
commit2ea89e59c35ba49eb0b8a8e6583741539357e71f
tree6fae918b7f6d3e8daebe6524b69ff78246da5247
parentdb95a6098149e6c2183692fe588e9733c98b4f27
Fix javadoc error for requestNetwork.

The ConnectivityManager documentation uses {@link requestNetwork}
without specifying which version of that method it refers to.
This results in javadoc incorrectly linking to the version of the
method that takes a PendingIntent instead of the version that
takes a callback.

Change-Id: Ia914ec88005a6401b6391c5b4fc92f988baa3922
core/java/android/net/ConnectivityManager.java