Fixed comment.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5316 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-08-12 18:19:07 +00:00
parent 6866f6b609
commit d293fe5140
@@ -293,8 +293,8 @@ public class PresentsDObjectMgr
* Ensures that the calling thread is the distributed object event dispatch thread, throwing an
* {@link IllegalStateException} if it is not. <em>Note:</em> before the manager is started up,
* all calls to this method will succeed, as things that take place during server
* initialization are considered safe and only after the distributed object manager (and the
* event thread is established) will we require it.
* initialization are considered safe and only after the distributed object manager is started
* (and the event thread is established) will we require it.
*/
public synchronized void requireEventThread ()
{