Eclipse suggested cleanup.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2971 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-02-25 14:50:28 +00:00
parent 6cd4e73720
commit d618d3c771
169 changed files with 208 additions and 661 deletions
@@ -1,5 +1,5 @@
//
// $Id: Invitation.java,v 1.1 2002/08/14 19:07:52 mdb Exp $
// $Id: Invitation.java,v 1.2 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.client;
@@ -104,7 +104,7 @@ public class Invitation
public void inviteReceived (int inviteId)
{
// fill in our invitation id
inviteId = inviteId;
this.inviteId = inviteId;
// if the invitation was cancelled before we heard back about
// it, we need to send off a cancellation request now
@@ -1,10 +1,8 @@
//
// $Id: InvitationHandler.java,v 1.3 2002/08/14 19:07:52 mdb Exp $
// $Id: InvitationHandler.java,v 1.4 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.client;
import com.threerings.parlor.game.GameConfig;
/**
* A client entity that wishes to handle invitations received by other
* clients should implement this interface and register itself with the
@@ -1,10 +1,9 @@
//
// $Id: ParlorDirector.java,v 1.18 2002/12/12 23:55:31 shaper Exp $
// $Id: ParlorDirector.java,v 1.19 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.client;
import java.util.ArrayList;
import java.util.Iterator;
import com.samskivert.util.HashIntMap;
import com.threerings.presents.client.BasicDirector;
@@ -1,11 +1,10 @@
//
// $Id: ParlorReceiver.java,v 1.1 2002/08/14 19:07:52 mdb Exp $
// $Id: ParlorReceiver.java,v 1.2 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.client;
import com.threerings.presents.client.InvocationReceiver;
import com.threerings.parlor.data.ParlorCodes;
import com.threerings.parlor.game.GameConfig;
/**
@@ -1,5 +1,5 @@
//
// $Id: TableDirector.java,v 1.9 2002/10/27 22:23:14 mdb Exp $
// $Id: TableDirector.java,v 1.10 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.client;
@@ -18,7 +18,6 @@ import com.threerings.crowd.data.PlaceObject;
import com.threerings.parlor.Log;
import com.threerings.parlor.data.Table;
import com.threerings.parlor.data.TableLobbyObject;
import com.threerings.parlor.game.GameConfig;
import com.threerings.parlor.util.ParlorContext;
@@ -1,12 +1,11 @@
//
// $Id: AIGameTicker.java,v 1.4 2003/06/21 15:32:29 mdb Exp $
// $Id: AIGameTicker.java,v 1.5 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.game;
import java.util.Iterator;
import java.util.HashSet;
import com.samskivert.util.Interval;
import com.samskivert.util.IntervalManager;
import com.threerings.presents.server.util.SafeInterval;
@@ -1,10 +1,9 @@
//
// $Id: GameConfig.java,v 1.15 2003/03/20 19:50:35 ray Exp $
// $Id: GameConfig.java,v 1.16 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.game;
import com.threerings.crowd.data.PlaceConfig;
import com.threerings.parlor.client.GameConfigurator;
/**
* The game config class encapsulates the configuration information for a
@@ -1,15 +1,12 @@
//
// $Id: GameController.java,v 1.23 2003/11/25 22:35:10 mdb Exp $
// $Id: GameController.java,v 1.24 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.game;
import java.awt.event.ActionEvent;
import com.samskivert.swing.Controller;
import com.threerings.presents.dobj.AttributeChangeListener;
import com.threerings.presents.dobj.AttributeChangedEvent;
import com.threerings.presents.dobj.MessageEvent;
import com.threerings.crowd.client.PlaceController;
import com.threerings.crowd.client.PlaceControllerDelegate;
@@ -1,5 +1,5 @@
//
// $Id: GameManager.java,v 1.69 2003/11/24 18:09:03 mdb Exp $
// $Id: GameManager.java,v 1.70 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.game;
@@ -13,13 +13,11 @@ import com.samskivert.util.StringUtil;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.dobj.AttributeChangeListener;
import com.threerings.presents.dobj.AttributeChangedEvent;
import com.threerings.presents.dobj.MessageEvent;
import com.threerings.presents.server.util.SafeInterval;
import com.threerings.crowd.chat.server.SpeakProvider;
import com.threerings.crowd.data.BodyObject;
import com.threerings.crowd.data.PlaceObject;
import com.threerings.crowd.server.PlaceManager;
import com.threerings.crowd.server.CrowdServer;
@@ -1,12 +1,11 @@
//
// $Id: GameMarshaller.java,v 1.3 2002/09/06 22:52:27 shaper Exp $
// $Id: GameMarshaller.java,v 1.4 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.game;
import com.threerings.parlor.game.GameService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent;
/**
* Provides the implementation of the {@link GameService} interface
@@ -1,9 +1,8 @@
//
// $Id: GameObject.java,v 1.16 2003/05/26 23:46:46 mdb Exp $
// $Id: GameObject.java,v 1.17 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.game;
import com.samskivert.util.ListUtil;
import com.samskivert.util.StringUtil;
import com.threerings.crowd.data.PlaceObject;
@@ -1,10 +1,8 @@
//
// $Id: TurnGameController.java,v 1.4 2002/02/13 03:21:28 mdb Exp $
// $Id: TurnGameController.java,v 1.5 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.turn;
import com.threerings.parlor.game.GameController;
/**
* Games that wish to make use of the turn game services should have their
* controller implement this interface and create an instance of {@link
@@ -1,10 +1,8 @@
//
// $Id: TurnGameManager.java,v 1.8 2002/10/15 23:07:23 shaper Exp $
// $Id: TurnGameManager.java,v 1.9 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.turn;
import com.threerings.parlor.game.GameManager;
/**
* A game manager that wishes to make use of the turn game services should
* implement this interface and create a {@link TurnGameManagerDelegate}
@@ -1,10 +1,8 @@
//
// $Id: TurnGameObject.java,v 1.4 2002/10/15 23:07:23 shaper Exp $
// $Id: TurnGameObject.java,v 1.5 2004/02/25 14:44:54 mdb Exp $
package com.threerings.parlor.turn;
import com.threerings.parlor.game.GameObject;
/**
* Games that wish to support turn-based play must implement this
* interface with their {@link GameObject}.