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
@@ -1042,7 +1042,7 @@ public class ChatDirector extends BasicDirector
protected void fetchServices (Client client)
{
// get a handle on our chat service
_cservice = (ChatService)client.requireService(ChatService.class);
_cservice = client.requireService(ChatService.class);
}
/**