mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 12:26:35 +00:00
more cleanup
This commit is contained in:
@@ -29,7 +29,7 @@ public class TranslateStack extends Stack<GraphTargetItem> {
|
||||
|
||||
private static PopItem pop = new PopItem(null);
|
||||
|
||||
private String path;
|
||||
private final String path;
|
||||
|
||||
public TranslateStack(String path) {
|
||||
this.path = path;
|
||||
|
||||
Reference in New Issue
Block a user