From bbedec28eaa9f3baa6dc30a884f0020a8d6cf61f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 29 Jun 2008 12:44:04 +0000 Subject: [PATCH] Regened services. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5207 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/bureau/server/BureauDispatcher.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/bureau/server/BureauDispatcher.java b/src/java/com/threerings/bureau/server/BureauDispatcher.java index 3060b37ca..6d223399f 100644 --- a/src/java/com/threerings/bureau/server/BureauDispatcher.java +++ b/src/java/com/threerings/bureau/server/BureauDispatcher.java @@ -30,7 +30,7 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link BureauProvider}. */ -public class BureauDispatcher extends InvocationDispatcher +public class BureauDispatcher extends InvocationDispatcher { /** * Creates a dispatcher that may be registered to dispatch invocation @@ -42,7 +42,7 @@ public class BureauDispatcher extends InvocationDispatcher } @Override // documentation inherited - public InvocationMarshaller createMarshaller () + public BureauMarshaller createMarshaller () { return new BureauMarshaller(); }