Item: fix for 1.6 compat
authorNiki Roo <niki@nikiroo.be>
Tue, 22 Dec 2020 13:49:10 +0000 (14:49 +0100)
committerNiki Roo <niki@nikiroo.be>
Tue, 22 Dec 2020 13:49:10 +0000 (14:49 +0100)
ui/Item.java

index c8afc7fd45d01e59cda934831b723f58db4d25d0..2dc6d7a225352893389f9a2e098f1802403c0190 100644 (file)
@@ -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;