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