mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 06:08:07 +00:00
make fields final where possible
This commit is contained in:
@@ -31,7 +31,7 @@ import javax.swing.JScrollPane;
|
||||
*/
|
||||
public class DocsPanel extends JPanel implements DocsListener {
|
||||
|
||||
private JEditorPane textDisplay = new JEditorPane();
|
||||
private final JEditorPane textDisplay = new JEditorPane();
|
||||
|
||||
public DocsPanel() {
|
||||
setLayout(new BorderLayout(0, 0));
|
||||
|
||||
Reference in New Issue
Block a user