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

    r11620 r11746  
    10781078            try {
    10791079                thread.interrupt();
    1080             } catch (RuntimeException e) {
     1080            } catch (SecurityException e) {
    10811081                Main.error(e);
    10821082            }
Note: See TracChangeset for help on using the changeset viewer.