mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 05:50:46 +00:00
final fields
This commit is contained in:
@@ -26,7 +26,7 @@ import com.jpexs.decompiler.graph.model.LocalData;
|
||||
*/
|
||||
public class MarkItem extends GraphTargetItem {
|
||||
|
||||
private String mark;
|
||||
private final String mark;
|
||||
|
||||
public MarkItem(String mark) {
|
||||
super(null, NOPRECEDENCE);
|
||||
|
||||
Reference in New Issue
Block a user