1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-11-13 19:08:20 -05:00

Accidentally forgot to remove a method arg

This commit is contained in:
DjBushido 2014-04-05 17:05:31 -04:00
parent cea007421b
commit 86a1f26004

View File

@ -31,7 +31,7 @@ public class LocationClient {
return client.getResult(keys);
}
public List<Location> getLocations(Context ctx) {
public List<Location> getLocations() {
LocationService client = getAdapter();
return client.listLocations();
}