Regenerated.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1041 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2010-12-31 21:02:22 +00:00
parent 9510aa7764
commit 08572479f7
@@ -95,13 +95,12 @@ public class LobbyMarshaller extends InvocationMarshaller
}
@Override // from InvocationMarshaller
@SuppressWarnings("unchecked")
public void dispatchResponse (int methodId, Object[] args)
{
switch (methodId) {
case GOT_LOBBIES:
((LobbiesListener)listener).gotLobbies(
(List<Lobby>)args[0]);
this.<List<Lobby>>cast(args[0]));
return;
default: