mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 18:46:12 +00:00
build fix
This commit is contained in:
@@ -124,7 +124,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
|
||||
|
||||
public List<GraphSourceItemPos> getMoreSrc() {
|
||||
if (moreSrc == null) {
|
||||
moreSrc = new ArrayList<>()
|
||||
moreSrc = new ArrayList<>();
|
||||
}
|
||||
|
||||
return moreSrc;
|
||||
|
||||
Reference in New Issue
Block a user