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 () {