Nixement of ze redundant casts.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@601 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2008-05-22 12:08:27 +00:00
parent ea6f8ffa1f
commit ae6c542271
6 changed files with 12 additions and 18 deletions
@@ -392,7 +392,7 @@ public class SpotSceneDirector extends BasicDirector
// documentation inherited
protected void fetchServices (Client client)
{
_sservice = (SpotService)client.requireService(SpotService.class);
_sservice = client.requireService(SpotService.class);
}
/**