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/actions/JumpToAction.java

    r11343 r11620  
    195195            double zoomLvl = Double.parseDouble(zm.getText());
    196196            url.setText(OsmUrlToBounds.getURL(dlat, dlon, (int) zoomLvl));
    197         } catch (NumberFormatException x) {
    198             Main.debug(x.getMessage());
     197        } catch (NumberFormatException e) {
     198            Main.debug(e.getMessage());
    199199        }
    200200    }
Note: See TracChangeset for help on using the changeset viewer.