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
@@ -198,7 +198,7 @@ public class ParlorDirector extends BasicDirector
protected void fetchServices (Client client)
{
// get a handle on our parlor services
_pservice = (ParlorService)client.requireService(ParlorService.class);
_pservice = client.requireService(ParlorService.class);
}
/**