1
0
의 미러 https://github.com/bspeice/itcs4180 synced 2025-09-17 20:11:02 -04:00

Remove a line of code.

I'm OCD, I get it.
This commit is contained in:
DjBushido
2014-04-05 17:06:52 -04:00
부모 86a1f26004
커밋 9219578b84

파일 보기

@ -32,7 +32,6 @@ public class LocationClient {
}
public List<Location> getLocations() {
LocationService client = getAdapter();
return client.listLocations();
return getAdapter().listLocations();
}
}