kourendlibrary: Final field
This commit is contained in:
@@ -36,7 +36,7 @@ import net.runelite.client.ui.FontManager;
|
|||||||
@Singleton
|
@Singleton
|
||||||
class BookPanel extends JPanel
|
class BookPanel extends JPanel
|
||||||
{
|
{
|
||||||
private JLabel location = new JLabel();
|
private final JLabel location = new JLabel();
|
||||||
|
|
||||||
BookPanel(final Book b)
|
BookPanel(final Book b)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user