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/download/SlippyMapChooser.java

    r8342 r8510  
    5252        if (evt.getPropertyName().equals(BBoxChooser.BBOX_PROP)) {
    5353            if (iGui != null) {
    54                 iGui.boundingBoxChanged((Bounds)evt.getNewValue(), this);
     54                iGui.boundingBoxChanged((Bounds) evt.getNewValue(), this);
    5555            }
    56         } else if(evt.getPropertyName().equals(SlippyMapBBoxChooser.RESIZE_PROP)) {
     56        } else if (evt.getPropertyName().equals(SlippyMapBBoxChooser.RESIZE_PROP)) {
    5757            int w, h;
    5858
Note: See TracChangeset for help on using the changeset viewer.