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
@@ -85,8 +85,7 @@ public class LobbySelector extends JPanel
super.addNotify();
// get a handle on our lobby service instance
_lservice = (LobbyService)
_ctx.getClient().requireService(LobbyService.class);
_lservice = _ctx.getClient().requireService(LobbyService.class);
// and use them to look up the lobby categories
_lservice.getCategories(_ctx.getClient(), this);
}