From 065e5918e747523bab7cf97681ef8e1e088fa82b Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 11 Nov 2008 00:14:48 +0000 Subject: [PATCH] Comment clarification. Only the PresentsInvoker coordinates with the PresentsDObjectMgr to achieve a coordinated shutdown. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5531 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../com/threerings/presents/server/PresentsDObjectMgr.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 () {