Ignore:
Timestamp:
2017-02-25T20:47:05+01:00 (7 years ago)
Author:
Don-vip
Message:

checkstyle - enable CatchParameterName rule

File:
1 edited

Legend:

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

    r11037 r11620  
    452452            dirExif = metadata.getFirstDirectoryOfType(ExifIFD0Directory.class);
    453453            dirGps = metadata.getFirstDirectoryOfType(GpsDirectory.class);
    454         } catch (CompoundException | IOException p) {
    455             Main.warn(p);
     454        } catch (CompoundException | IOException ex) {
     455            Main.warn(ex);
    456456            setExifCoor(null);
    457457            setPos(null);
Note: See TracChangeset for help on using the changeset viewer.