Fix javadoc build break s/line/link/
Bug: 148248781 Test: compilation Change-Id: I9df208a9b063b71b2f6cc3099005d1ab38044cd2 Merged-in: I9df208a9b063b71b2f6cc3099005d1ab38044cd2
This commit is contained in:
committed by
Cody Kesting
parent
680cce79b9
commit
74f0fb8d4e
@@ -2631,7 +2631,7 @@ public class ConnectivityManager {
|
|||||||
* Callback for use with {@link registerTetheringEventCallback} to find out tethering
|
* Callback for use with {@link registerTetheringEventCallback} to find out tethering
|
||||||
* upstream status.
|
* upstream status.
|
||||||
*
|
*
|
||||||
* @deprecated Use {@line TetheringManager#OnTetheringEventCallback} instead.
|
* @deprecated Use {@link TetheringManager#OnTetheringEventCallback} instead.
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
@SystemApi
|
@SystemApi
|
||||||
@@ -2661,7 +2661,7 @@ public class ConnectivityManager {
|
|||||||
* @param executor the executor on which callback will be invoked.
|
* @param executor the executor on which callback will be invoked.
|
||||||
* @param callback the callback to be called when tethering has change events.
|
* @param callback the callback to be called when tethering has change events.
|
||||||
*
|
*
|
||||||
* @deprecated Use {@line TetheringManager#registerTetheringEventCallback} instead.
|
* @deprecated Use {@link TetheringManager#registerTetheringEventCallback} instead.
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
@SystemApi
|
@SystemApi
|
||||||
|
|||||||
Reference in New Issue
Block a user