Ignore:
Timestamp:
2017-02-04T15:19:54+01:00 (7 years ago)
Author:
Don-vip
Message:

sonar - squid:S2142 - "InterruptedException" should not be ignored

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/CustomConfigurator.java

    r11521 r11535  
    376376                } catch (InterruptedException ex) {
    377377                    Main.warn(ex, "InterruptedException while reading local plugin information");
     378                    Thread.currentThread().interrupt();
    378379                }
    379380
Note: See TracChangeset for help on using the changeset viewer.