mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 01:40:47 +00:00
generic parameters
This commit is contained in:
@@ -45,7 +45,7 @@ public class SwitchItem extends LoopItem implements Block {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(List localData) {
|
||||
public String toString(List<Object> localData) {
|
||||
String ret = "";
|
||||
ret += "loopswitch" + loop.id + ":\r\n";
|
||||
ret += hilight("switch(") + switchedObject.toString(localData) + hilight(")") + "\r\n{\r\n";
|
||||
|
||||
Reference in New Issue
Block a user