Rollback last commit.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4351 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -44,13 +44,10 @@ public class ClientResolver extends Invoker.Unit
|
||||
* Initiailizes this instance.
|
||||
*
|
||||
* @param username the username of the user to be resolved.
|
||||
* @param authdata an object optionally placed into the
|
||||
* AuthResponse.authdata field by the Authenticator.
|
||||
*/
|
||||
public void init (Name username, Object authdata)
|
||||
public void init (Name username)
|
||||
{
|
||||
_username = username;
|
||||
_authdata = authdata;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -184,10 +181,6 @@ public class ClientResolver extends Invoker.Unit
|
||||
/** The name of the user whose client object is being resolved. */
|
||||
protected Name _username;
|
||||
|
||||
/** An object placed into AuthResponse.authdata by the Authenticator,
|
||||
* or null. */
|
||||
protected Object _authdata;
|
||||
|
||||
/** The entities to notify of success or failure. */
|
||||
protected ArrayList<ClientResolutionListener> _listeners =
|
||||
new ArrayList<ClientResolutionListener>();
|
||||
|
||||
Reference in New Issue
Block a user