mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 18:44:46 +00:00
precedence field is protected now
This commit is contained in:
@@ -51,7 +51,7 @@ public abstract class GraphTargetItem implements Serializable {
|
||||
public static final int NOPRECEDENCE = 16;
|
||||
public GraphSourceItem src;
|
||||
public int pos = -1;
|
||||
public int precedence;
|
||||
protected int precedence;
|
||||
public List<GraphSourceItemPos> moreSrc = new ArrayList<>();
|
||||
public GraphPart firstPart;
|
||||
public GraphTargetItem value;
|
||||
|
||||
Reference in New Issue
Block a user