diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java index 006643b7c..0bc314a28 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java @@ -124,7 +124,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { public List getMoreSrc() { if (moreSrc == null) { - moreSrc = new ArrayList<>() + moreSrc = new ArrayList<>(); } return moreSrc;