WhirledClient -> WhirledSession.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@775 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2008-11-06 18:05:51 +00:00
parent 2ea7b94d72
commit 555a379742
3 changed files with 4 additions and 4 deletions
@@ -21,7 +21,7 @@
package com.threerings.whirled.spot.server;
import com.threerings.whirled.server.WhirledClient;
import com.threerings.whirled.server.WhirledSession;
/**
* Extends the Whirled client and handles the necessary notifications that
@@ -29,6 +29,6 @@ import com.threerings.whirled.server.WhirledClient;
* they were occupying know that they didn't exit via a portal, but
* instead just disappeared.
*/
public class SpotClient extends WhirledClient
public class SpotClient extends WhirledSession
{
}