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/vilya/trunk@741 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Dave Hoover
2008-09-12 18:04:39 +00:00
parent 02ec2e68a9
commit 8b0488b3c9
22 changed files with 124 additions and 162 deletions
@@ -37,12 +37,12 @@ import com.threerings.parlor.game.data.GameConfig;
public interface ParlorService extends InvocationService
{
/**
* Used to communicate responses to {@link #invite} requests.
* Used to communicate responses to {@link ParlorService#invite} requests.
*/
public static interface InviteListener extends InvocationListener
{
/**
* Called in response to a successful {@link #invite} request.
* Called in response to a successful {@link ParlorService#invite} request.
*/
public void inviteReceived (int inviteId);
}