Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/history/TagTableCellRenderer.java

    r8444 r8510  
    1818 */
    1919public class TagTableCellRenderer extends JLabel implements TableCellRenderer {
    20     public static final Color BGCOLOR_DIFFERENCE = new Color(255,197,197);
     20    public static final Color BGCOLOR_DIFFERENCE = new Color(255, 197, 197);
    2121
    2222    /**
     
    8585            return this;
    8686
    87         String key = (String)value;
     87        String key = (String) value;
    8888        HistoryBrowserModel.TagTableModel model = getTagTableModel(table);
    8989
Note: See TracChangeset for help on using the changeset viewer.