StringBuffer -> StringBuilder.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4191 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -138,7 +138,7 @@ public class BodyObject extends ClientObject
|
||||
// documentation inherited
|
||||
public String who ()
|
||||
{
|
||||
StringBuffer buf = new StringBuffer(username.toString());
|
||||
StringBuilder buf = new StringBuilder(username.toString());
|
||||
buf.append(" (").append(getOid());
|
||||
if (status != OccupantInfo.ACTIVE) {
|
||||
buf.append(" ").append(OccupantInfo.X_STATUS[status]);
|
||||
|
||||
Reference in New Issue
Block a user