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,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;