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:
Michael Bayne
2008-04-23 20:00:09 +00:00
parent 0fb090ea52
commit 249c4bb42d
4 changed files with 4 additions and 5 deletions
@@ -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)