StringBuffer -> StringBuilder.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4191 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -69,7 +69,7 @@ public class PresentsInvoker extends Invoker
|
||||
}
|
||||
|
||||
// documentation inherited from interface
|
||||
public void appendReport (StringBuffer buffer, long now, long sinceLast)
|
||||
public void appendReport (StringBuilder buffer, long now, long sinceLast)
|
||||
{
|
||||
buffer.append("* presents.util.Invoker:\n");
|
||||
buffer.append("- Units executed: ").append(_unitsRun).append("\n");
|
||||
|
||||
Reference in New Issue
Block a user