Ignore:
Timestamp:
2018-11-20T01:51:27+01:00 (5 years ago)
Author:
Don-vip
Message:

fix SonarQube issues

Location:
trunk/src/org/openstreetmap/josm/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java

    r14418 r14435  
    676676            });
    677677
    678             addPropertyChangeListener(DIVIDER_LOCATION_PROPERTY, e -> {
    679                 heightAdjustedExplicitly = true;
    680             });
     678            addPropertyChangeListener(DIVIDER_LOCATION_PROPERTY, e -> heightAdjustedExplicitly = true);
    681679        }
    682680
  • trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java

    r14428 r14435  
    17761776
    17771777        /**
     1778         * Constructs a new {@code PrecacheTask}.
    17781779         * @param progressMonitor that will be notified about progess of the task
    17791780         * @param bufferY buffer Y in degrees around which to download tiles
Note: See TracChangeset for help on using the changeset viewer.