Removed obsolete comment.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1845 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-10-27 22:19:21 +00:00
parent 2625d76084
commit 7aa16f09e0
2 changed files with 2 additions and 12 deletions
@@ -1,5 +1,5 @@
//
// $Id: SessionObserver.java,v 1.2 2002/09/20 00:54:39 mdb Exp $
// $Id: SessionObserver.java,v 1.3 2002/10/27 22:19:21 mdb Exp $
package com.threerings.presents.client;
@@ -8,11 +8,6 @@ package com.threerings.presents.client;
* notified when the client establishes and ends their session with the
* server.
*
* <p> These callbacks happen on the client thread and should therefore
* not be used to perform any complex action or do much more than relay
* the signal to some other thread (like the AWT thread) to act more fully
* on the notice.
*
* @see ClientObserver
*/
public interface SessionObserver