Javadoc warnings cleanups.

Note: this involves generated code from a samskivert patch I only just sent to mdb,
but he's in a meeting, so that won't show up for a little.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5369 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2008-09-12 17:59:26 +00:00
parent 8114439855
commit 7ee6ace683
27 changed files with 87 additions and 92 deletions
@@ -30,13 +30,12 @@ import com.threerings.presents.client.InvocationService;
public interface AdminService extends InvocationService
{
/**
* Used to communicate a response to a {@link #getConfigInfo} request.
* Used to communicate a response to a {@link AdminService#getConfigInfo} request.
*/
public static interface ConfigInfoListener extends InvocationListener
{
/**
* Delivers a successful response to a {@link #getConfigInfo}
* request.
* Delivers a successful response to a {@link AdminService#getConfigInfo} request.
*/
void gotConfigInfo (String[] keys, int[] oids);
}
@@ -100,7 +100,7 @@ public class ConfigRecord extends PersistentRecord
// AUTO-GENERATED: METHODS START
/**
* Create and return a primary {@link Key} to identify a {@link #ConfigRecord}
* Create and return a primary {@link Key} to identify a {@link ConfigRecord}
* with the supplied key values.
*/
public static Key<ConfigRecord> getKey (String node, String object, String field)