mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 12:07:26 +00:00
export fix
This commit is contained in:
@@ -32,9 +32,9 @@ public class Loop implements Serializable {
|
||||
|
||||
public GraphPart loopPreContinue;
|
||||
|
||||
public List<GraphPart> breakCandidates = new ArrayList<>();
|
||||
public final List<GraphPart> breakCandidates = new ArrayList<>();
|
||||
|
||||
public List<Integer> breakCandidatesLevels = new ArrayList<>();
|
||||
public final List<Integer> breakCandidatesLevels = new ArrayList<>();
|
||||
|
||||
public long id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user