Nix unneeded imports, add @Overrides, remove content-free comments, and rerun code generators.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@670 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -59,6 +59,7 @@ public class TestClient extends com.threerings.crowd.client.TestClient
|
||||
_locdir.addLocationObserver(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void clientDidLogon (Client client)
|
||||
{
|
||||
// we specifically do not call super()
|
||||
@@ -85,6 +86,7 @@ public class TestClient extends com.threerings.crowd.client.TestClient
|
||||
log.warning("Location change failed [plid=" + placeId + ", reason=" + reason + "].");
|
||||
}
|
||||
|
||||
@Override
|
||||
protected CrowdContext createContext ()
|
||||
{
|
||||
return (_ctx = new WhirledContextImpl());
|
||||
|
||||
Reference in New Issue
Block a user