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

    r6252 r6310  
    206206            Toolkit.getDefaultToolkit().addAWTEventListener(altKeyListener, AWTEvent.KEY_EVENT_MASK);
    207207        } catch (SecurityException ex) {
     208            Main.warn(ex);
    208209        }
    209210        initialMoveDelay = Main.pref.getInteger("edit.initial-move-delay",200);
     
    228229            Toolkit.getDefaultToolkit().removeAWTEventListener(altKeyListener);
    229230        } catch (SecurityException ex) {
     231            Main.warn(ex);
    230232        }
    231233        super.exitMode();
Note: See TracChangeset for help on using the changeset viewer.