From d293fe5140aa249bf96739ba2c63a535c7c5c983 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 12 Aug 2008 18:19:07 +0000 Subject: [PATCH] Fixed comment. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5316 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../com/threerings/presents/server/PresentsDObjectMgr.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/presents/server/PresentsDObjectMgr.java b/src/java/com/threerings/presents/server/PresentsDObjectMgr.java index 05e41092d..52a7985fc 100644 --- a/src/java/com/threerings/presents/server/PresentsDObjectMgr.java +++ b/src/java/com/threerings/presents/server/PresentsDObjectMgr.java @@ -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. Note: 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 () {