Ignore:
Timestamp:
2015-06-02T16:41:37+02:00 (9 years ago)
Author:
Don-vip
Message:

remove extra whitespaces

File:
1 edited

Legend:

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

    r6883 r8444  
    3232        Color fgColor = UIManager.getColor("Table.foreground");
    3333        Font font = UIManager.getFont("Table.font");
    34         if (! model.hasTag(key)) {
     34        if (!model.hasTag(key)) {
    3535            text = tr("not present");
    3636            bgColor = BGCOLOR_DIFFERENCE;
     
    5656        Color fgColor = UIManager.getColor("Table.foreground");
    5757        Font font = UIManager.getFont("Table.font");
    58         if (! model.hasTag(key)) {
     58        if (!model.hasTag(key)) {
    5959            text = tr("not present");
    6060            bgColor = BGCOLOR_DIFFERENCE;
Note: See TracChangeset for help on using the changeset viewer.