Include the modification count in our toString() output.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@743 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -190,8 +190,8 @@ public abstract class Stat
|
||||
public String toString ()
|
||||
{
|
||||
StringBuffer buf = new StringBuffer(StringUtil.toUSLowerCase(_type.name()));
|
||||
buf.append("=");
|
||||
buf.append(valueToString());
|
||||
buf.append("=").append(valueToString());
|
||||
buf.append("(").append(_modCount).append(")");
|
||||
return buf.toString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user