git://git.nikiroo.be
/
nikiroo-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d831b32
)
Item: fix for 1.6 compat
author
Niki Roo
<niki@nikiroo.be>
Tue, 22 Dec 2020 13:49:10 +0000
(14:49 +0100)
committer
Niki Roo
<niki@nikiroo.be>
Tue, 22 Dec 2020 13:49:10 +0000
(14:49 +0100)
ui/Item.java
patch
|
blob
|
blame
|
history
diff --git
a/ui/Item.java
b/ui/Item.java
index c8afc7fd45d01e59cda934831b723f58db4d25d0..2dc6d7a225352893389f9a2e098f1802403c0190 100644
(file)
--- 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;