mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 01:51:10 +00:00
more stringbuilders
This commit is contained in:
@@ -99,7 +99,7 @@ public class FunctionActionItem extends ActionItem {
|
||||
writer.append(")").newLine();
|
||||
writer.append("{").newLine();
|
||||
writer.indent();
|
||||
writer.appendNoHilight(Graph.graphToString(actions, writer.getIsHighlighted(), false, localData));
|
||||
Graph.graphToString(actions, writer, false, localData);
|
||||
writer.unindent();
|
||||
return writer.append("}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user