more stringbuilders 2

This commit is contained in:
Honfika
2013-10-14 23:47:26 +02:00
parent 31bca9c8fe
commit b82bd36058
41 changed files with 737 additions and 637 deletions

View File

@@ -40,7 +40,7 @@ public class BlockItem extends GraphTargetItem {
protected HilightedTextWriter appendTo(HilightedTextWriter writer, LocalData localData) {
writer.append("{").newLine();
writer.indent();
Graph.graphToString(commands, writer, false, localData);
Graph.graphToString(commands, writer, localData);
writer.newLine();
writer.unindent();
return writer.append("}");