am a5437f2d: am 88437284: Fix build error (Boolean -> boolean)

This commit is contained in:
Mark Vandevoorde
2010-05-24 13:47:47 -07:00
committed by Android Git Automerger

View File

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