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:
Jamie Doornbos
2008-07-24 04:55:10 +00:00
parent 5567d7e22f
commit 2b3b5411cc
@@ -137,21 +137,11 @@ public class BureauRegistry
// add the client factory, but later, after all the other modules have been initialized
_omgr.postRunnable(new Runnable() {
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.
* @return null if all's well, otherwise a string describing the authentication failure