mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 21:20:45 +00:00
toString renamed to appendTo
This commit is contained in:
@@ -41,7 +41,7 @@ public class GetURL2ActionItem extends ActionItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public HilightedTextWriter toString(HilightedTextWriter writer, LocalData localData) {
|
||||
protected HilightedTextWriter appendTo(HilightedTextWriter writer, LocalData localData) {
|
||||
String methodStr = "";
|
||||
if (sendVarsMethod == 1) {
|
||||
methodStr = ",\"GET\"";
|
||||
|
||||
Reference in New Issue
Block a user