Ignore:
Timestamp:
2015-06-27T21:43:35+02:00 (9 years ago)
Author:
Don-vip
Message:

fix remaining checkstyle issues

File:
1 edited

Legend:

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

    r8510 r8540  
    9898
    9999        if (contentPane != null) {
     100            // CHECKSTYLE.OFF: LineLength
    100101            contentPane.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW).put(
    101102                Shortcut.registerShortcut("system:movefocusright", tr("Map: {0}", tr("Move right")), KeyEvent.VK_RIGHT, Shortcut.CTRL).getKeyStroke(),
     
    117118                "MapMover.Zoomer.down");
    118119            contentPane.getActionMap().put("MapMover.Zoomer.down", new ZoomerAction("down"));
     120            // CHECKSTYLE.ON: LineLength
    119121
    120122            // see #10592 - Disable these alternate shortcuts on OS X because of conflict with system shortcut
Note: See TracChangeset for help on using the changeset viewer.