Comment rearranging.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4834 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -264,10 +264,9 @@ public class ClientManager
|
||||
clr.addResolutionListener(listener);
|
||||
_penders.put(username, clr);
|
||||
|
||||
// create and register our client object and give it back to the client resolver; we
|
||||
// need to do this on the dobjmgr thread since we're registering an object
|
||||
final ClientResolver fclr = clr;
|
||||
|
||||
// create and register our client object and give it back to the client resolver
|
||||
// We need to do this on the dobjmgr thread since we're registering an object.
|
||||
PresentsServer.omgr.postRunnable(new Runnable() {
|
||||
public void run () {
|
||||
fclr.objectAvailable(
|
||||
|
||||
Reference in New Issue
Block a user