make fields final where possible

This commit is contained in:
2016-04-18 17:13:46 +02:00
parent eef3ade75e
commit 0e9f8ec9aa
7 changed files with 14 additions and 14 deletions
@@ -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;