mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-03 18:00:37 -05:00 
			
		
		
		
	Remove a line of code.
I'm OCD, I get it.
This commit is contained in:
		@ -32,7 +32,6 @@ public class LocationClient {
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
	public List<Location> getLocations() {
 | 
			
		||||
		LocationService client = getAdapter();
 | 
			
		||||
		return client.listLocations();
 | 
			
		||||
		return getAdapter().listLocations();
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user