AS1/2 ActionTry fix

AS1/2 Infinity
This commit is contained in:
Jindra Petk
2013-04-04 21:34:23 +02:00
parent 11da7d8c68
commit c5edeeb3fb
21 changed files with 1039 additions and 958 deletions

View File

@@ -59,7 +59,7 @@ public class GraphPart {
return false;
}
public boolean leadsTo(GraphSource code, GraphPart part, List<GraphPart> ignored) {
public boolean leadsTo(GraphSource code, GraphPart part, List<GraphPart> ignored) {
return leadsTo(code, part, new ArrayList<GraphPart>(), ignored);
}