Moved BodyObject.username down to ClientObject.username so that one can look up
the PresentsClient given a ClientObject. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5435 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -44,14 +44,4 @@ public class CrowdClientResolver extends ClientResolver
|
||||
{
|
||||
return new CrowdPermissionPolicy();
|
||||
}
|
||||
|
||||
@Override // from ClientResolver
|
||||
protected void resolveClientData (ClientObject clobj)
|
||||
throws Exception
|
||||
{
|
||||
super.resolveClientData(clobj);
|
||||
|
||||
// just fill in the username
|
||||
((BodyObject)clobj).username = _username;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user