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.15 2003/02/12 07:24:08 mdb Exp $
// $Id: TestClient.java,v 1.16 2004/02/25 14:51:26 mdb Exp $
package com.threerings.whirled;
import com.samskivert.util.Config;
import com.samskivert.util.Queue;
import com.threerings.presents.client.*;
@@ -138,6 +139,11 @@ public class TestClient
protected class WhirledContextImpl implements WhirledContext
{
public Config getConfig ()
{
return null;
}
public Client getClient ()
{
return _client;