mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-03 18:00:37 -05:00 
			
		
		
		
	Accidentally forgot to remove a method arg
This commit is contained in:
		@ -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();
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user