Ignore:
Timestamp:
2017-03-19T02:26:34+01:00 (7 years ago)
Author:
Don-vip
Message:

PMD - Strict Exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/util/GuiHelper.java

    r11381 r11746  
    159159            try {
    160160                return callable.call();
    161             } catch (Exception e) {
     161            } catch (Exception e) { // NOPMD
    162162                Main.error(e);
    163163                return null;
Note: See TracChangeset for help on using the changeset viewer.