Ignore:
Timestamp:
2020-01-10T00:07:22+01:00 (4 years ago)
Author:
simon04
Message:

checkstyle

File:
1 edited

Legend:

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

    r15666 r15672  
    7979
    8080        Shortcut getShortcut() {
    81             return Shortcut.registerShortcut( /* NO-SHORTCUT - adapt definition above when modified */
     81            return Shortcut.registerShortcut(/* NO-SHORTCUT - adapt definition above when modified */
    8282                    "core:move" + getId(), tr("Move objects {0}", getLocalizedName()), getShortcutKey(), Shortcut.SHIFT);
    8383        }
Note: See TracChangeset for help on using the changeset viewer.