Nixed some now redundant casts.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5021 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -445,7 +445,7 @@ public class LocationDirector extends BasicDirector
|
||||
protected void fetchServices (Client client)
|
||||
{
|
||||
// obtain our service handle
|
||||
_lservice = (LocationService)client.requireService(LocationService.class);
|
||||
_lservice = client.requireService(LocationService.class);
|
||||
}
|
||||
|
||||
protected void gotPlaceObject (PlaceObject object)
|
||||
|
||||
Reference in New Issue
Block a user