Actually clearSession() can be called from any thread.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5660 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-02-18 23:08:13 +00:00
parent e01c8b0635
commit 0650c074b3
@@ -482,7 +482,6 @@ public class ClientManager
/** /**
* Called by PresentsSession to let us know that we can clear it entirely out of the system. * Called by PresentsSession to let us know that we can clear it entirely out of the system.
*/ */
@EventThread
protected void clearSession (PresentsSession session) protected void clearSession (PresentsSession session)
{ {
// remove the client from the username map // remove the client from the username map