mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 07:00:46 +00:00
highlight method removed, indent-unindents
This commit is contained in:
@@ -59,11 +59,11 @@ public class LoadVariablesActionItem extends ActionItem {
|
||||
if (method == 2) {
|
||||
methodStr = ",\"POST\"";
|
||||
}
|
||||
hilight("loadVariables(", writer);
|
||||
writer.append("loadVariables(");
|
||||
urlString.toString(writer, localData);
|
||||
hilight(",", writer);
|
||||
writer.append(",");
|
||||
targetString.toString(writer, localData);
|
||||
return hilight(methodStr + ")", writer);
|
||||
return writer.append(methodStr + ")");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user