Ignore:
Timestamp:
2015-05-19T00:05:33+02:00 (11 years ago)
Author:
Don-vip
Message:

convention - An open curly brace should be located at the end of a line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java

    r8377 r8395  
    207207                KeyStroke.getKeyStroke(KeyEvent.VK_TAB, 0),
    208208                KeyStroke.getKeyStroke(KeyEvent.VK_F8, 0),
    209         })
    210         {
     209        }) {
    211210            layerList.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).put(ks, new Object());
    212211        }
Note: See TracChangeset for help on using the changeset viewer.