Regenerated.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1041 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user