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/io/session/SessionReader.java

    r11381 r11620  
    602602                zipFile = new ZipFile(sessionFile, StandardCharsets.UTF_8);
    603603                return getZipInputStream(zipFile);
    604             } catch (ZipException ze) {
    605                 throw new IOException(ze);
     604            } catch (ZipException ex) {
     605                throw new IOException(ex);
    606606            }
    607607        } else {
Note: See TracChangeset for help on using the changeset viewer.