mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 16:00:46 +00:00
@Override annotation
This commit is contained in:
@@ -29,6 +29,7 @@ public class DoWhileItem extends LoopItem implements Block {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<List<GraphTargetItem>> getSubs() {
|
||||
List<List<GraphTargetItem>> ret = new ArrayList<List<GraphTargetItem>>();
|
||||
ret.add(commands);
|
||||
|
||||
Reference in New Issue
Block a user