From: Niki Roo Date: Tue, 22 Dec 2020 13:49:10 +0000 (+0100) Subject: Item: fix for 1.6 compat X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=76a2516a673e6848a2bca9e711920bfce729faeb;p=nikiroo-utils.git Item: fix for 1.6 compat --- 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;