Ignore:
Timestamp:
2015-06-27T21:43:35+02:00 (9 years ago)
Author:
Don-vip
Message:

fix remaining checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java

    r8510 r8540  
    338338            if (dataSet.allPrimitives().isEmpty()) {
    339339                rememberErrorMessage(tr("No data found in this area."));
    340                 // need to synthesize a download bounds lest the visual indication of downloaded
    341                 // area doesn't work
    342                 dataSet.dataSources.add(new DataSource(currentBounds != null ? currentBounds : new Bounds(new LatLon(0, 0)), "OpenStreetMap server"));
     340                // need to synthesize a download bounds lest the visual indication of downloaded area doesn't work
     341                dataSet.dataSources.add(new DataSource(currentBounds != null ? currentBounds :
     342                    new Bounds(new LatLon(0, 0)), "OpenStreetMap server"));
    343343            }
    344344
Note: See TracChangeset for help on using the changeset viewer.