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

Commit be5ed378 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Fix broken Javadoc link.



Change-Id: Ia72dc3dccf95f95c6847eb52d8b210ed774a804b
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 9d2f7a7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -158,8 +158,8 @@ public abstract class LocationProviderImpl extends LocationProvider {

    /**
     * Returns the time at which the status was last updated. It is the
     * responsibility of the provider to appropriately set this value
     * using {@link android.os.SystemClock.elapsedRealtime()} each time
     * responsibility of the provider to appropriately set this value using
     * {@link android.os.SystemClock#elapsedRealtime SystemClock.elapsedRealtime()}.
     * there is a status update that it wishes to broadcast to all its
     * listeners. The provider should be careful not to broadcast
     * the same status again.