Regened services.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5207 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-06-29 12:44:04 +00:00
parent c2d22b1e24
commit bbedec28ea
@@ -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<BureauMarshaller>
{
/**
* 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();
}