From 76a2516a673e6848a2bca9e711920bfce729faeb Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Tue, 22 Dec 2020 14:49:10 +0100 Subject: [PATCH] Item: fix for 1.6 compat --- ui/Item.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Item.java b/ui/Item.java index c8afc7f..2dc6d7a 100644 --- a/ui/Item.java +++ b/ui/Item.java @@ -428,7 +428,7 @@ abstract public class Item extends JPanel { * * @return a status indicator ready to be used */ - private JLabel generateStatusIndicator(Color color) { + private JLabel generateStatusIndicator(final Color color) { JLabel indicator = new JLabel(" ") { private static final long serialVersionUID = 1L; -- 2.27.0