mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 16:35:09 +00:00
Better line start detection
Fixed debug info injection
This commit is contained in:
@@ -29,7 +29,7 @@ public class MarkItem extends GraphTargetItem {
|
||||
private final String mark;
|
||||
|
||||
public MarkItem(String mark) {
|
||||
super(null, NOPRECEDENCE);
|
||||
super(null, null, NOPRECEDENCE);
|
||||
this.mark = mark;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user