Formatting

This commit is contained in:
sonora 2016-06-14 11:44:18 +02:00
parent b061f1877e
commit 283548004a

View file

@ -516,7 +516,6 @@ public class SearchPOIActivity extends OsmandListActivity implements OsmAndCompa
updateButtonState(false);
navigationInfo.updateLocation(location);
}
}
@Override
@ -608,7 +607,6 @@ public class SearchPOIActivity extends OsmandListActivity implements OsmAndCompa
public SearchAmenityTask(net.osmand.Location location, int requestType) {
this.searchLocation = location;
this.requestType = requestType;
}
net.osmand.Location getSearchedLocation() {