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/data/validation/OsmValidator.java

    r11594 r11746  
    333333                    test.initialize();
    334334                }
    335             } catch (Exception e) {
     335            } catch (Exception e) { // NOPMD
    336336                Main.error(e);
    337337                if (!GraphicsEnvironment.isHeadless()) {
Note: See TracChangeset for help on using the changeset viewer.