Ignore:
Timestamp:
2014-02-27T01:41:49+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues (JLS order)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/SelectionTableCellRenderer.java

    r6476 r6889  
    1919 */
    2020public class SelectionTableCellRenderer extends JLabel implements TableCellRenderer {
    21     public final static Color BGCOLOR_DOUBLE_ENTRY = new Color(254,226,214);
    22     public final static Color BGCOLOR_SINGLE_ENTRY = new Color(235,255,177);
     21    public static final Color BGCOLOR_DOUBLE_ENTRY = new Color(254,226,214);
     22    public static final Color BGCOLOR_SINGLE_ENTRY = new Color(235,255,177);
    2323
    2424    /**
Note: See TracChangeset for help on using the changeset viewer.