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/tools/PlatformHookOsx.java

    r11162 r11535  
    133133                                    } catch (InterruptedException e) {
    134134                                        Main.warn(e);
     135                                        Thread.currentThread().interrupt();
    135136                                    }
    136137                                }
Note: See TracChangeset for help on using the changeset viewer.