Regened services.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@628 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2008-06-29 12:46:26 +00:00
parent 5cc2e4b3f3
commit 8cd2bf8efd
12 changed files with 24 additions and 24 deletions
@@ -31,7 +31,7 @@ import com.threerings.puzzle.data.PuzzleGameMarshaller;
/**
* Dispatches requests to the {@link PuzzleGameProvider}.
*/
public class PuzzleGameDispatcher extends InvocationDispatcher
public class PuzzleGameDispatcher extends InvocationDispatcher<PuzzleGameMarshaller>
{
/**
* Creates a dispatcher that may be registered to dispatch invocation
@@ -43,7 +43,7 @@ public class PuzzleGameDispatcher extends InvocationDispatcher
}
@Override // documentation inherited
public InvocationMarshaller createMarshaller ()
public PuzzleGameMarshaller createMarshaller ()
{
return new PuzzleGameMarshaller();
}