From 17688e9ff517eae30beb70dea6ad16661875ad94 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 29 Apr 2009 21:59:28 +0000 Subject: [PATCH] Updated comment to reflect reality. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5758 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../com/threerings/presents/server/ClientManager.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/java/com/threerings/presents/server/ClientManager.java b/src/java/com/threerings/presents/server/ClientManager.java index 975162a08..e1e4bd9a1 100644 --- a/src/java/com/threerings/presents/server/ClientManager.java +++ b/src/java/com/threerings/presents/server/ClientManager.java @@ -272,11 +272,9 @@ public class ClientManager } /** - * Requests that the client object for the specified user be resolved. If the client object is - * already resolved, the request will be processed immediately, otherwise the appropriate - * client object will be instantiated and populated by the registered client resolver (which - * may involve talking to databases). Note: this must be paired with a call to - * {@link #releaseClientObject} when the caller is finished with the client object. + * Requests that the client object for the specified user be resolved. Note: this + * must be paired with a call to {@link #releaseClientObject} when the caller is + * finished with the client object. */ public synchronized void resolveClientObject ( final Name username, final ClientResolutionListener listener)