From 9f913242605aa7e94f79228bf73c56dcab9baca1 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 4 Aug 2008 21:03:01 +0000 Subject: [PATCH] Regenerated services and fixed service matching which was missing the micasa.lobby services because they don't follow the pattern of being in a micasa.lobby.client package. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@706 c613c5cb-e716-0410-b11b-feb51c14d237 --- build.xml | 1 + src/java/com/threerings/micasa/lobby/LobbyMarshaller.java | 1 + 2 files changed, 2 insertions(+) diff --git a/build.xml b/build.xml index 0d87d619..e2fbe085 100644 --- a/build.xml +++ b/build.xml @@ -77,6 +77,7 @@ + diff --git a/src/java/com/threerings/micasa/lobby/LobbyMarshaller.java b/src/java/com/threerings/micasa/lobby/LobbyMarshaller.java index 33c0532c..49e8be0c 100644 --- a/src/java/com/threerings/micasa/lobby/LobbyMarshaller.java +++ b/src/java/com/threerings/micasa/lobby/LobbyMarshaller.java @@ -91,6 +91,7 @@ public class LobbyMarshaller extends InvocationMarshaller } @Override // from InvocationMarshaller + @SuppressWarnings("unchecked") public void dispatchResponse (int methodId, Object[] args) { switch (methodId) {