Accidentally forgot to remove a method arg

master
DjBushido 2014-04-05 17:05:31 -04:00
parent cea007421b
commit 86a1f26004
1 changed files with 1 additions and 1 deletions

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();
}