mirror of
https://github.com/bspeice/itcs4180
synced 2025-05-13 10:21:31 -04:00
Accidentally forgot to remove a method arg
This commit is contained in:
parent
cea007421b
commit
86a1f26004
@ -31,7 +31,7 @@ public class LocationClient {
|
|||||||
return client.getResult(keys);
|
return client.getResult(keys);
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<Location> getLocations(Context ctx) {
|
public List<Location> getLocations() {
|
||||||
LocationService client = getAdapter();
|
LocationService client = getAdapter();
|
||||||
return client.listLocations();
|
return client.listLocations();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user