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)