Updated comment to reflect reality.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5758 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -272,11 +272,9 @@ public class ClientManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Requests that the client object for the specified user be resolved. If the client object is
|
* Requests that the client object for the specified user be resolved. <em>Note:</em> this
|
||||||
* already resolved, the request will be processed immediately, otherwise the appropriate
|
* <b>must</b> be paired with a call to {@link #releaseClientObject} when the caller is
|
||||||
* client object will be instantiated and populated by the registered client resolver (which
|
* finished with the client object.
|
||||||
* may involve talking to databases). <em>Note:</em> this <b>must</b> be paired with a call to
|
|
||||||
* {@link #releaseClientObject} when the caller is finished with the client object.
|
|
||||||
*/
|
*/
|
||||||
public synchronized void resolveClientObject (
|
public synchronized void resolveClientObject (
|
||||||
final Name username, final ClientResolutionListener listener)
|
final Name username, final ClientResolutionListener listener)
|
||||||
|
|||||||
Reference in New Issue
Block a user