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