Various Eclipse suggested bits.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2969 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-02-25 14:41:47 +00:00
parent 61d46f2768
commit ef748636e2
20 changed files with 31 additions and 56 deletions
@@ -1,11 +1,8 @@
//
// $Id: LocationDirector.java,v 1.31 2003/10/03 20:41:31 mdb Exp $
// $Id: LocationDirector.java,v 1.32 2004/02/25 14:41:47 mdb Exp $
package com.threerings.crowd.client;
import java.util.ArrayList;
import java.util.List;
import com.samskivert.util.ObserverList;
import com.samskivert.util.ObserverList.ObserverOp;
import com.samskivert.util.ResultListener;
@@ -14,7 +11,6 @@ import com.threerings.presents.client.BasicDirector;
import com.threerings.presents.client.Client;
import com.threerings.presents.dobj.DObject;
import com.threerings.presents.dobj.DObjectManager;
import com.threerings.presents.dobj.ObjectAccessException;
import com.threerings.presents.dobj.Subscriber;
@@ -1,12 +1,11 @@
//
// $Id: LocationService.java,v 1.7 2002/08/14 19:07:49 mdb Exp $
// $Id: LocationService.java,v 1.8 2004/02/25 14:41:47 mdb Exp $
package com.threerings.crowd.client;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
import com.threerings.crowd.Log;
import com.threerings.crowd.data.PlaceConfig;
/**