Regened services.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5207 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -30,7 +30,7 @@ import com.threerings.presents.server.InvocationException;
|
|||||||
/**
|
/**
|
||||||
* Dispatches requests to the {@link BureauProvider}.
|
* 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
|
* Creates a dispatcher that may be registered to dispatch invocation
|
||||||
@@ -42,7 +42,7 @@ public class BureauDispatcher extends InvocationDispatcher
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override // documentation inherited
|
@Override // documentation inherited
|
||||||
public InvocationMarshaller createMarshaller ()
|
public BureauMarshaller createMarshaller ()
|
||||||
{
|
{
|
||||||
return new BureauMarshaller();
|
return new BureauMarshaller();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user