Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edf6b3d9 authored by Nathan Harold's avatar Nathan Harold
Browse files

Fix javadoc build break s/line/link/

Bug: 148248781
Test: compilation
Change-Id: I9df208a9b063b71b2f6cc3099005d1ab38044cd2
parent 75b5b13c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2602,7 +2602,7 @@ public class ConnectivityManager {
     * Callback for use with {@link registerTetheringEventCallback} to find out tethering
     * upstream status.
     *
     * @deprecated Use {@line TetheringManager#OnTetheringEventCallback} instead.
     * @deprecated Use {@link TetheringManager#OnTetheringEventCallback} instead.
     * @hide
     */
    @SystemApi
@@ -2632,7 +2632,7 @@ public class ConnectivityManager {
     * @param executor the executor on which callback will be invoked.
     * @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
     */
    @SystemApi