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

    r11498 r11620  
    282282                    .append(paramCleanup(entry.getValue().getValue().toString())).append('\n');
    283283            }
    284         } catch (Exception x) {
    285             Main.error(x);
     284        } catch (Exception ex) {
     285            Main.error(ex);
    286286        }
    287287
Note: See TracChangeset for help on using the changeset viewer.