Ignore:
Timestamp:
2013-10-07T00:04:48+02:00 (11 years ago)
Author:
Don-vip
Message:

Sonar/FindBugs - Nested blocks of code should not be left empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/ImproveWayAccuracyAction.java

    r6296 r6310  
    150150                    AWTEvent.KEY_EVENT_MASK);
    151151        } catch (SecurityException ex) {
     152            Main.warn(ex);
    152153        }
    153154    }
     
    165166            Toolkit.getDefaultToolkit().removeAWTEventListener(this);
    166167        } catch (SecurityException ex) {
     168            Main.warn(ex);
    167169        }
    168170
Note: See TracChangeset for help on using the changeset viewer.