Brought things back up to date; pruned imports; made Eclipse suggested

cleanups.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2972 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-02-25 14:51:26 +00:00
parent d618d3c771
commit d4595269d5
22 changed files with 90 additions and 96 deletions
@@ -1,8 +1,9 @@
//
// $Id: TestClient.java,v 1.12 2002/11/12 22:55:15 shaper Exp $
// $Id: TestClient.java,v 1.13 2004/02/25 14:51:25 mdb Exp $
package com.threerings.crowd.client;
import com.samskivert.util.Config;
import com.samskivert.util.Queue;
import com.threerings.presents.client.*;
@@ -99,6 +100,11 @@ public class TestClient
protected class CrowdContextImpl implements CrowdContext
{
public Config getConfig ()
{
return null;
}
public Client getClient ()
{
return _client;