mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:30:47 +00:00
make fields final where possible
This commit is contained in:
@@ -82,7 +82,7 @@ public class DetailPanel extends JPanel implements TagEditorPanel {
|
||||
|
||||
private boolean buttonsShouldBeShown = false;
|
||||
|
||||
private DebuggerHandler.ConnectionListener conListener;
|
||||
private final DebuggerHandler.ConnectionListener conListener;
|
||||
|
||||
public DetailPanel(ABCPanel abcPanel) {
|
||||
this.abcPanel = abcPanel;
|
||||
|
||||
Reference in New Issue
Block a user