Nix unused imports, regen services.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5203 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -24,14 +24,13 @@ package com.threerings.admin.server;
|
||||
import com.threerings.admin.client.AdminService;
|
||||
import com.threerings.admin.data.AdminMarshaller;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
import com.threerings.presents.server.InvocationDispatcher;
|
||||
import com.threerings.presents.server.InvocationException;
|
||||
|
||||
/**
|
||||
* Dispatches requests to the {@link AdminProvider}.
|
||||
*/
|
||||
public class AdminDispatcher extends InvocationDispatcher
|
||||
public class AdminDispatcher extends InvocationDispatcher<AdminMarshaller>
|
||||
{
|
||||
/**
|
||||
* Creates a dispatcher that may be registered to dispatch invocation
|
||||
@@ -43,7 +42,7 @@ public class AdminDispatcher extends InvocationDispatcher
|
||||
}
|
||||
|
||||
@Override // documentation inherited
|
||||
public InvocationMarshaller createMarshaller ()
|
||||
public AdminMarshaller createMarshaller ()
|
||||
{
|
||||
return new AdminMarshaller();
|
||||
}
|
||||
|
||||
@@ -89,7 +89,6 @@ public class DatabaseConfigRegistry extends ConfigRegistry
|
||||
this(ctx, invoker, node, false);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Creates a configuration registry and prepares it for operation.
|
||||
*
|
||||
|
||||
@@ -29,7 +29,6 @@ import com.samskivert.io.PersistenceException;
|
||||
import com.samskivert.jdbc.depot.PersistenceContext;
|
||||
import com.samskivert.util.Invoker;
|
||||
|
||||
import com.threerings.io.SimpleStreamableObject;
|
||||
import com.threerings.io.Streamable;
|
||||
import com.threerings.util.StreamableTuple;
|
||||
|
||||
|
||||
@@ -78,7 +78,6 @@ public class ConfigRecord extends PersistentRecord
|
||||
@Column(name="VALUE", type="TEXT")
|
||||
public String value;
|
||||
|
||||
|
||||
/**
|
||||
* An empty constructor for unmarshalling.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user