mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:31:09 +00:00
AS3 XML fix, jump trait fix
This commit is contained in:
@@ -45,7 +45,6 @@ public class ConstructTreeItem extends TreeItem {
|
||||
return object.toString(constants, localRegNames, fullyQualifiedNames);
|
||||
}
|
||||
String obStr = object.toString(constants, localRegNames, fullyQualifiedNames);
|
||||
obStr = "(" + obStr + ")";
|
||||
return hilight("new ") + obStr + hilight("(") + argStr + hilight(")");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user