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:
@@ -41,7 +41,7 @@ import static com.threerings.crowd.Log.log;
|
||||
public class BodyManager
|
||||
implements BodyProvider
|
||||
{
|
||||
/** Used by {@link #updateOccupantInfo}. */
|
||||
/** Used by {@link BodyManager#updateOccupantInfo}. */
|
||||
public static interface OccupantInfoOp
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -50,7 +50,7 @@ import static com.threerings.crowd.Log.log;
|
||||
public class PlaceRegistry
|
||||
implements ShutdownManager.Shutdowner
|
||||
{
|
||||
/** Used in conjunction with {@link #createPlace}. */
|
||||
/** Used in conjunction with {@link PlaceRegistry#createPlace(PlaceConfig,PreStartupHook)}. */
|
||||
public static interface PreStartupHook
|
||||
{
|
||||
void invoke (PlaceManager plmgr);
|
||||
|
||||
Reference in New Issue
Block a user