diff --git a/UNCCScavenger/src/edu/uncc/scavenger/rest/LocationClient.java b/UNCCScavenger/src/edu/uncc/scavenger/rest/LocationClient.java index 34180e7..4804a1f 100644 --- a/UNCCScavenger/src/edu/uncc/scavenger/rest/LocationClient.java +++ b/UNCCScavenger/src/edu/uncc/scavenger/rest/LocationClient.java @@ -31,7 +31,7 @@ public class LocationClient { return client.getResult(keys); } - public List getLocations(Context ctx) { + public List getLocations() { LocationService client = getAdapter(); return client.listLocations(); }