Ignore:
Timestamp:
2015-06-20T14:36:00+02:00 (9 years ago)
Author:
Don-vip
Message:

fix many checkstyle violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/LoadAndZoomHandler.java

    r8444 r8509  
    138138                        Main.info("RemoteControl: no download necessary");
    139139                    } else {
    140                         Future<?> future = osmTask.download(newLayer, new Bounds(minlat,minlon,maxlat,maxlon), null /* let the task manage the progress monitor */);
     140                        Future<?> future = osmTask.download(newLayer, new Bounds(minlat,minlon,maxlat,maxlon),
     141                                null /* let the task manage the progress monitor */);
    141142                        Main.worker.submit(new PostDownloadHandler(osmTask, future));
    142143                    }
Note: See TracChangeset for help on using the changeset viewer.