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

    r11288 r11746  
    233233                    GuiHelper.runInEDT(this::displayNotification);
    234234                }
    235             } catch (RuntimeException t) {
     235            } catch (RuntimeException t) { // NOPMD
    236236                // Don't let exception stop time thread
    237237                Main.error("Autosave failed:");
Note: See TracChangeset for help on using the changeset viewer.