AS3 parser: easier debugging

This commit is contained in:
Jindra Pet��k
2014-04-05 12:47:23 +02:00
parent b8a63c8d5a
commit 079f642e40
4 changed files with 6 additions and 9 deletions
@@ -215,7 +215,7 @@ public abstract class GraphTargetItem implements Serializable {
return ret;
}
protected List<GraphSourceItem> toSourceMerge(SourceGeneratorLocalData localData, SourceGenerator gen, Object... tar) {
public static List<GraphSourceItem> toSourceMerge(SourceGeneratorLocalData localData, SourceGenerator gen, Object... tar) {
List<GraphSourceItem> ret = new ArrayList<>();
for (Object o : tar) {
if (o == null) {