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/tagging/presets/items/Text.java

    r11452 r11620  
    141141                    aibutton.addActionListener(e -> auto_increment_selected = buttonvalue);
    142142                    pnl.add(aibutton, GBC.std());
    143                 } catch (ParseException x) {
     143                } catch (ParseException ex) {
    144144                    Main.error("Cannot parse auto-increment value of '" + ai + "' into an integer");
    145145                }
Note: See TracChangeset for help on using the changeset viewer.