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/NmeaReader.java

    r11553 r11620  
    415415            return true;
    416416
    417         } catch (RuntimeException x) {
     417        } catch (RuntimeException ex) {
    418418            // out of bounds and such
    419             Main.debug(x);
     419            Main.debug(ex);
    420420            ps.malformed++;
    421421            ps.pWp = null;
Note: See TracChangeset for help on using the changeset viewer.