export fix

This commit is contained in:
honfika@gmail.com
2015-07-11 19:20:43 +02:00
parent 8f8db771e8
commit fa6b85416f
5 changed files with 14 additions and 10 deletions

View File

@@ -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;