kourendlibrary: Final field

This commit is contained in:
sdburns1998
2019-07-07 15:18:59 +02:00
parent 35528f8dba
commit 6e6af3d1ef

View File

@@ -36,7 +36,7 @@ import net.runelite.client.ui.FontManager;
@Singleton
class BookPanel extends JPanel
{
private JLabel location = new JLabel();
private final JLabel location = new JLabel();
BookPanel(final Book b)
{