mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 15:40:45 +00:00
GraphTargetItem.src is readonly (field is private, getter added)
This commit is contained in:
@@ -26,7 +26,7 @@ import com.jpexs.decompiler.graph.GraphTargetItem;
|
||||
public class PushItem extends GraphTargetItem {
|
||||
|
||||
public PushItem(GraphTargetItem val) {
|
||||
super(val.src, val.getPrecedence());
|
||||
super(val.getSrc(), val.getPrecedence());
|
||||
this.value = val;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user