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.11 2002/11/12 22:55:15 shaper Exp $
// $Id: TestClient.java,v 1.12 2004/02/25 14:51:26 mdb Exp $
package com.threerings.parlor;
import com.samskivert.util.Config;
import com.samskivert.util.Queue;
import com.threerings.presents.client.*;
@@ -147,6 +148,11 @@ public class TestClient
protected class ParlorContextImpl implements ParlorContext
{
public Config getConfig ()
{
return null;
}
public Client getClient ()
{
return _client;