diff --git a/src/java/com/threerings/presents/server/PresentsDObjectMgr.java b/src/java/com/threerings/presents/server/PresentsDObjectMgr.java index 0e706ef98..f8c9f54da 100644 --- a/src/java/com/threerings/presents/server/PresentsDObjectMgr.java +++ b/src/java/com/threerings/presents/server/PresentsDObjectMgr.java @@ -347,9 +347,9 @@ public class PresentsDObjectMgr } /** - * Requests that the dobjmgr shut itself down soon- you may want to try using {@link - * Invoker#shutdown} which will make sure that both the Invoker and DObjectMgr are empty and - * then shut them both down. + * Requests that the dobjmgr shut itself down directly. You may want to try using {@link + * PresentsInvoker#shutdown} which will make sure that both the Invoker and DObjectMgr are + * empty and then shut them both down. */ public void harshShutdown () {