Ignore:
Timestamp:
2015-10-08T00:22:36+02:00 (9 years ago)
Author:
Don-vip
Message:

fix Checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/geoimage/GeoImageLayer.java

    r8818 r8836  
    120120        }
    121121
    122         public Loader(Collection<File> selection, GpxLayer gpxLayer) {
     122        Loader(Collection<File> selection, GpxLayer gpxLayer) {
    123123            super(tr("Extracting GPS locations from EXIF"));
    124124            this.selection = selection;
     
    127127        }
    128128
    129         @Override protected void realRun() throws IOException {
     129        @Override
     130        protected void realRun() throws IOException {
    130131
    131132            progressMonitor.subTask(tr("Starting directory scan"));
Note: See TracChangeset for help on using the changeset viewer.