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
|
@Override // from InvocationMarshaller
|
||||||
@SuppressWarnings("unchecked")
|
|
||||||
public void dispatchResponse (int methodId, Object[] args)
|
public void dispatchResponse (int methodId, Object[] args)
|
||||||
{
|
{
|
||||||
switch (methodId) {
|
switch (methodId) {
|
||||||
case GOT_LOBBIES:
|
case GOT_LOBBIES:
|
||||||
((LobbiesListener)listener).gotLobbies(
|
((LobbiesListener)listener).gotLobbies(
|
||||||
(List<Lobby>)args[0]);
|
this.<List<Lobby>>cast(args[0]));
|
||||||
return;
|
return;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user