Fix broken Javadoc links

Change-Id: I6896d6ec16b522e9e63776c0992ef55a6db82d50
Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
Mike Lockwood
2010-05-21 15:19:42 -04:00
parent 0881f4f933
commit 965b3d2b84
2 changed files with 8 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ public abstract class GeocodeProvider {
/**
* This method is overridden to implement the
* {@link Geocoder#getFromLocation(double, double, int)} method.
* {@link android.location.Geocoder#getFromLocation(double, double, int)} method.
* Classes implementing this method should not hold a reference to the params parameter.
*/
public abstract String onGetFromLocation(double latitude, double longitude, int maxResults,
@@ -59,7 +59,7 @@ public abstract class GeocodeProvider {
/**
* This method is overridden to implement the
* {@link Geocoder#getFromLocationName(String, int, double, double, double, double)} method.
* {@link android.location.Geocoder#getFromLocationName(String, int, double, double, double, double)} method.
* Classes implementing this method should not hold a reference to the params parameter.
*/
public abstract String onGetFromLocationName(String locationName,