Removed deprecated way of initializing the bureau registry client factory
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5260 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -137,21 +137,11 @@ public class BureauRegistry
|
|||||||
// add the client factory, but later, after all the other modules have been initialized
|
// add the client factory, but later, after all the other modules have been initialized
|
||||||
_omgr.postRunnable(new Runnable() {
|
_omgr.postRunnable(new Runnable() {
|
||||||
public void run () {
|
public void run () {
|
||||||
addClientFactory(_clmgr);
|
_clmgr.setClientFactory(new BureauClientFactory(_clmgr.getClientFactory()));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Install the bureau client factory in the manager, delegating to the current factory
|
|
||||||
* for non-bureau connections.
|
|
||||||
*/
|
|
||||||
@Deprecated public void addClientFactory (ClientManager clmgr)
|
|
||||||
{
|
|
||||||
clmgr.setClientFactory(
|
|
||||||
new BureauClientFactory(clmgr.getClientFactory()));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check the credentials to make sure this is one of our bureaus.
|
* Check the credentials to make sure this is one of our bureaus.
|
||||||
* @return null if all's well, otherwise a string describing the authentication failure
|
* @return null if all's well, otherwise a string describing the authentication failure
|
||||||
|
|||||||
Reference in New Issue
Block a user