Fix build error (Boolean -> boolean)

Change-Id: I2f337e23f4b092de41523f1195546e9d65851c84
This commit is contained in:
Mark Vandevoorde
2010-05-24 13:40:22 -07:00
parent 1e11e95f61
commit 884372842b

View File

@@ -1940,7 +1940,7 @@ public class LocationManagerService extends ILocationManager.Stub implements Run
// Geocoder
public Boolean geocoderIsImplemented() {
public boolean geocoderIsImplemented() {
return mGeocodeProvider != null;
}